status-desktop/ui/app/AppLayouts/Chat/views
Jonathan Rainville 6cbdcfdcf2 fix: fix token master can't send a message on permissioned channel
Fixes #13779

The problem was that the permission update some times takes time to get propagated and get back, or even the control node is offline, so the TM would not be able to post, because the backend would detect that there is a permission and that we don't have the key for it.

The solution is to block the UI when a permission update is pending, since we can't post correctly while it is not processed by he control node.
2024-03-08 17:26:36 -05:00
..
private fix(member-selector): Adds filter suggestions by chat key pasted in input 2023-05-16 16:41:18 +03:00
ChatColumnView.qml fix: fix token master can't send a message on permissioned channel 2024-03-08 17:26:36 -05:00
ChatContentView.qml fix: Create only one instance of `StatusChatInput` (#10928) 2023-06-07 16:18:29 +03:00
ChatHeaderContentView.qml feat(ChannelPermissions): Add permissions section in create/edit channel popup 2024-02-07 19:54:47 +02:00
ChatMessagesView.qml fix(Profile flow): Send a contact request (CR) 2024-02-16 16:47:45 +01:00
ChatView.qml fix: fix token master can't send a message on permissioned channel 2024-03-08 17:26:36 -05:00
ContactsColumnView.qml feat(ChannelPermissions): Add permissions section in create/edit channel popup 2024-02-07 19:54:47 +02:00
CreateChatView.qml StatusChatInput: remove unmaintained integration with ChatCommandsPopup 2023-09-11 14:37:16 +02:00
MembersEditSelectorView.qml feat(@desktop/community): Community admin permissions (#10909) 2023-06-14 18:00:41 +02:00
MembersSelectorView.qml fix(Profile flow): Send a contact request (CR) 2024-02-16 16:47:45 +01:00
MessagesLoadingView.qml feat:(@desktop/channels): loading state when switching channels/chats 2023-03-28 13:12:58 -04:00
qmldir feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00