mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Save pinned chats in filters to server.
This commit is contained in:
@@ -235,9 +235,6 @@ void Entry::removeFromChatList(
|
||||
return;
|
||||
}
|
||||
_chatListLinks.erase(i);
|
||||
if (isPinnedDialog(filterId)) {
|
||||
owner().setChatPinned(_key, filterId, false);
|
||||
}
|
||||
list->removeEntry(_key);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user