mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 00:25:17 +00:00
Use Set instead of Array for conversation members
This commit is contained in:
@ -271,7 +271,7 @@ export class ConversationsHelper {
|
||||
timeCreate: row.time_add,
|
||||
following: row.following,
|
||||
sawLastMessage: row.saw_last_message == 1,
|
||||
members: [...await this.GetConversationMembers(row.id)]
|
||||
members: await this.GetConversationMembers(row.id)
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user