fix: analysis

This commit is contained in:
Deven Joshi
2021-04-16 15:27:43 +05:30
parent 72a0ca3110
commit 1aea44e568
@@ -200,7 +200,7 @@ abstract class ChatPersistenceClient {
...it.latestReactions!.where((r) => r.userId != null)
]);
var users = channelStates
final users = channelStates
.map((cs) => [
cs.channel?.createdBy,
...cs.messages