mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Fix lagging chat list update in support.
This commit is contained in:
@@ -73,6 +73,7 @@ void Entry::updateChatListSortPosition() {
|
||||
if (Auth().supportMode()
|
||||
&& _sortKeyInChatList != 0
|
||||
&& Auth().settings().supportFixChatsOrder()) {
|
||||
updateChatListEntry();
|
||||
return;
|
||||
}
|
||||
_sortKeyInChatList = useProxyPromotion()
|
||||
@@ -199,6 +200,10 @@ void Entry::updateChatListEntry() const {
|
||||
mainChatListLink(Mode::Important));
|
||||
}
|
||||
}
|
||||
if (Auth().supportMode()
|
||||
&& !Auth().settings().supportAllSearchResults()) {
|
||||
main->repaintDialogRow({ _key, FullMsgId() });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user