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:
Elias Nahum
2022-05-19 20:58:12 -04:00
committed by GitHub
parent 4573732fd2
commit dfe2b7cfbd
12 changed files with 48 additions and 81 deletions

View File

@@ -199,6 +199,7 @@ export type HandleSystemArgs = PrepareOnly & {
export type HandleMyChannelArgs = PrepareOnly & {
channels?: Channel[];
myChannels?: ChannelMembership[];
isCRTEnabled?: boolean;
};
export type HandleChannelInfoArgs = PrepareOnly &{