status-desktop/ui/app/AppLayouts/Chat/ChatColumn
Sale Djenic e832666123 fix(@desktop/chat): push notification is duplicated when mentioning
This bug is happening if you have more than one private chat in the contacts column. How many chats
you have that many same notifications you will get. That's happening cause connection is made
between chatsModel.messageView and ChatsMessages component for each private chat, and for each of
them ChatsMessages component is maintained in StackLayout component what means all of them are
exist but only selected instance is visible. When new messageNotificationPushed signal is emitted
each qml component triggers its slot (regardless component is not currently visible it exists in
the background, it's not deleted) and that's why we see more than one OS' notification bubble for
the same notification.

That is fixed moving slot from ChatMessage component to ChatColumn component.

Fixes: #2551
2021-07-14 18:46:04 -04:00
..
ChatComponents feat: add basic local chat search 2021-07-14 17:42:55 -04:00
MessageComponents fix(@desktop/communities): disable edit for cleared message 2021-07-13 16:41:27 -04:00
samples feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00
ActivityCenter.qml refactor(Chat, Communities): replace `TopBar` with `StatusChatToolBar` 2021-07-09 10:39:58 -04:00
ChatMessages.qml fix(@desktop/chat): push notification is duplicated when mentioning 2021-07-14 18:46:04 -04:00
EmptyChat.qml Fixed onboarding view backgroud image issue on dark mode. Fixes #1965 2021-03-04 17:17:29 -05:00
Message.qml feat: add basic local chat search 2021-07-14 17:42:55 -04:00
SuggestionBox.qml fix(mentions): set mention index at the top when changing the filter 2021-07-13 09:41:52 -04:00
SuggestionFilter.qml fix(mentions): set mention index at the top when changing the filter 2021-07-13 09:41:52 -04:00
User.qml fix: code review 2 2021-07-07 06:19:41 -04:00
UserList.qml feat: community userlist 2021-07-08 14:14:27 -04:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00