Merge branch 'feature/null-safety' into feat/nullsafety-stream-chat

This commit is contained in:
Felix Angelov
2021-03-24 00:17:58 -05:00
committed by GitHub
65 changed files with 5509 additions and 237 deletions
+2 -1
View File
@@ -758,7 +758,8 @@ class StreamChatClient {
await _chatPersistenceClient?.updateChannelQueries(
filter,
channels.map((c) => c.channel.cid).toList(),
paginationParams?.offset == null || paginationParams.offset == 0,
clearQueryCache:
paginationParams?.offset == null || paginationParams.offset == 0,
);
state.channels = updateData.key;