Merge branch 'develop' into refactor/deprecate-v3

This commit is contained in:
Salvatore Giordano
2022-03-17 10:18:58 +01:00
12 changed files with 57 additions and 23 deletions
@@ -1926,7 +1926,6 @@ class ChannelClientState {
readList.add(Read(
user: event.user!,
lastRead: event.createdAt,
unreadMessages: event.totalUnreadCount ?? 0,
));
_channelState = _channelState.copyWith(read: readList);
}