@@ -558,11 +558,6 @@ class StreamChatClient {
|
|||||||
// ignore: unawaited_futures
|
// ignore: unawaited_futures
|
||||||
queryChannelsOnline(
|
queryChannelsOnline(
|
||||||
filter: Filter.in_('cid', state.channels.keys.toList()),
|
filter: Filter.in_('cid', state.channels.keys.toList()),
|
||||||
// {
|
|
||||||
// 'cid': {
|
|
||||||
// '\$in': state.channels!.keys.toList(),
|
|
||||||
// },
|
|
||||||
// }
|
|
||||||
).then(
|
).then(
|
||||||
(_) async {
|
(_) async {
|
||||||
await resync();
|
await resync();
|
||||||
|
|||||||
Reference in New Issue
Block a user