fixed tests, null errors

This commit is contained in:
Deven Joshi
2021-04-12 18:44:30 +05:30
parent 686dcf27e6
commit 9ec4c83cfc
18 changed files with 124 additions and 106 deletions
@@ -213,7 +213,7 @@ abstract class ChatPersistenceClient {
if (m.ownReactions != null)
...m.ownReactions!.map((r) => r.user),
])
?.expand((v) => v),
.expand((v) => v),
if (cs.read != null) ...cs.read!.map((r) => r.user),
if (cs.members != null) ...cs.members!.map((m) => m!.user),
])