Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-04-27 15:44:06 +05:30
parent 8c666caa52
commit 64318f4e46
-5
View File
@@ -558,11 +558,6 @@ class StreamChatClient {
// ignore: unawaited_futures
queryChannelsOnline(
filter: Filter.in_('cid', state.channels.keys.toList()),
// {
// 'cid': {
// '\$in': state.channels!.keys.toList(),
// },
// }
).then(
(_) async {
await resync();