fix(llc): include message.user while saving users in persistence.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2022-02-01 10:31:12 +01:00
committed by Salvatore Giordano
parent 1bcea053ad
commit 6c624b72b6
@@ -253,6 +253,7 @@ abstract class ChatPersistenceClient {
users.addAll([
channel.createdBy,
...messages.map((it) => it.user),
...reads.map((it) => it.user),
...members.map((it) => it.user),
...reactions.map((it) => it.user),