mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-31 09:36:12 +00:00
Support pinned locally in filters.
This commit is contained in:
@@ -347,7 +347,7 @@ void Folder::applyPinnedUpdate(const MTPDupdateDialogPinned &data) {
|
||||
if (folderId != 0) {
|
||||
LOG(("API Error: Nested folders detected."));
|
||||
}
|
||||
owner().setChatPinned(this, data.is_pinned());
|
||||
owner().setChatPinned(this, FilterId(), data.is_pinned());
|
||||
}
|
||||
|
||||
// #feed
|
||||
|
||||
Reference in New Issue
Block a user