forked from Ivasoft/mattermost-mobile
CRT fixes for MM-44210 & MM-44156 (#6295)
* CRT fixes for MM-44210 & MM-44156 * Covered other conditions and renamed variables to be consistent Co-authored-by: Anurag Shivarathri <anurag6713@gmail.com>
This commit is contained in:
1
types/database/database.d.ts
vendored
1
types/database/database.d.ts
vendored
@@ -199,6 +199,7 @@ export type HandleSystemArgs = PrepareOnly & {
|
||||
export type HandleMyChannelArgs = PrepareOnly & {
|
||||
channels?: Channel[];
|
||||
myChannels?: ChannelMembership[];
|
||||
isCRTEnabled?: boolean;
|
||||
};
|
||||
|
||||
export type HandleChannelInfoArgs = PrepareOnly &{
|
||||
|
||||
Reference in New Issue
Block a user