fix(llc): include message.user while saving users in persistence.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user