fix(llc): unread count specific to channel setting wrong number
This commit is contained in:
@@ -1902,7 +1902,6 @@ class ChannelClientState {
|
||||
readList.add(Read(
|
||||
user: event.user!,
|
||||
lastRead: event.createdAt,
|
||||
unreadMessages: event.totalUnreadCount ?? 0,
|
||||
));
|
||||
_channelState = _channelState.copyWith(read: readList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user