Skip to content
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

Open
tprudentova opened this issue Nov 28, 2024 · 3 comments
Open

[Bug] When tagging in a group chat, not all members are displayed #2165

tprudentova opened this issue Nov 28, 2024 · 3 comments
Assignees
Labels
bug Something isn't working QA::Major

Comments

@tprudentova
Copy link
Collaborator

2.6.10, 2.6.11, tested on Chrome, Safari, Android, linagora.com

  1. Open a group chat. The bug can be reproduced easier in chats that have lots of members
  2. Type @ in the composer
  3. Not all of the members are displayed in the drop-down list (in the video there are 11 members in a chat, only 7 members in a tag list)
    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
@tprudentova tprudentova added bug Something isn't working QA::Major labels Nov 28, 2024
@nqhhdev nqhhdev self-assigned this Dec 16, 2024
@nqhhdev
Copy link
Member

nqhhdev commented Dec 17, 2024

  • Call API /members to get Participants
  • How to cache Participants for each room (Hive) ???
  • How to get members when users want to tag
  • How to get members when users want to display members in chat details
  • How to sync cache with server

@nqhhdev
Copy link
Member

nqhhdev commented Dec 19, 2024

Update API /members

  • Add at property to parameter requestParticipants func
  • Add not_membership property to parameter requestParticipants func

@nqhhdev
Copy link
Member

nqhhdev commented Dec 19, 2024

How to cache Participants for each room (Hive) ???

  • Cache with toggle key roomId|matrixId

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working QA::Major
Projects
None yet
Development

No branches or pull requests

2 participants