-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] When tagging in a group chat, not all members are displayed #2165
Comments
|
Update API
|
How to cache Participants for each room (Hive) ???
=> Should store all users to localdatabase
|
|
for (final key in json[_roomMembersBoxName]!.keys) {
await _roomMembersBox.put(key, json[_roomMembersBoxName]![key]);
}
storeEventUpdate()
...
if (eventUpdate.content['type'] == EventTypes.RoomMember) {
await _roomMembersBox.put(
TupleKey(
eventUpdate.roomID,
eventUpdate.content['state_key'],
).toString(),
eventUpdate.content);
}
Some method using store event decryptRoomEvent() setInboundGroupSession() getEventByPushNotification() _handleRoomEvents() requestUser() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2.6.10, 2.6.11, tested on Chrome, Safari, Android, linagora.com
NB: If you go to group info and click "Load more" in the list of members, they will be displayed in tags alright
Screen.Recording.2024-11-28.at.10.57.47.mp4
The text was updated successfully, but these errors were encountered: