forked from Ivasoft/mattermost-mobile
Move config to its own database table (#6744)
* Move config to its own database table * Address feedback * Fix test * Revert minimum version related changes
This commit is contained in:
committed by
GitHub
parent
887565423c
commit
1aa4188f8e
@@ -194,6 +194,11 @@ export type HandleSystemArgs = PrepareOnly & {
|
||||
systems?: IdValue[];
|
||||
}
|
||||
|
||||
export type HandleConfigArgs = PrepareOnly & {
|
||||
configs: IdValue[];
|
||||
configsToDelete: IdValue[];
|
||||
}
|
||||
|
||||
export type HandleMyChannelArgs = PrepareOnly & {
|
||||
channels?: Channel[];
|
||||
myChannels?: ChannelMembership[];
|
||||
|
||||
Reference in New Issue
Block a user