status-desktop/ui/app/AppLayouts/Chat/views
Jonathan Rainville 9e70e69faf
fix(mentions): fix wrong user list given to mentions model (#16656)
Fixes #16602

This was broken when we refactored the members to use a single model for public channels. Those public channels then didn't have any members in their model they used for suggestions.
This is fixed by putting the logic in the UsersStore and reusing that store whenever we need a list of the members.
2024-10-30 15:02:46 -04:00
..
private fix(RenameGroupPopup): fix name validation and scrolling 2024-10-23 16:18:26 +02:00
ChatColumnView.qml fix(mentions): fix wrong user list given to mentions model (#16656) 2024-10-30 15:02:46 -04:00
ChatContentView.qml fix(mentions): fix wrong user list given to mentions model (#16656) 2024-10-30 15:02:46 -04:00
ChatHeaderContentView.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
ChatMessagesView.qml getEmojiHashAsJson moved from Utils to UtilsStore 2024-10-28 23:16:31 +01:00
ChatView.qml fix(mentions): fix wrong user list given to mentions model (#16656) 2024-10-30 15:02:46 -04:00
ContactsColumnView.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
CreateChatView.qml UtilsStore creaed, isChatKey method moved 2024-10-28 23:16:31 +01:00
MembersEditSelectorView.qml fix(RenameGroupPopup): fix name validation and scrolling 2024-10-23 16:18:26 +02:00
MembersModelAdaptor.qml refactor(members): unify members models into one (#16508) 2024-10-25 21:25:50 -04:00
MembersSelectorView.qml UtilsStore creaed, isChatKey method moved 2024-10-28 23:16:31 +01:00
MessagesLoadingView.qml
qmldir fix(communities): fix missing members in community settings (#16634) 2024-10-28 13:14:25 -04:00