2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Improved peer context menu item to archive chat.

This commit is contained in:
23rd
2020-04-29 18:23:08 +03:00
committed by John Preston
parent f4a63e1e9d
commit c3c482aa50
3 changed files with 43 additions and 29 deletions

View File

@@ -1965,6 +1965,9 @@ void History::setFolderPointer(Data::Folder *folder) {
if (folder) {
folder->registerOne(this);
}
Notify::peerUpdatedDelayed(
peer,
Notify::PeerUpdate::Flag::FolderChanged);
}
void History::applyPinnedUpdate(const MTPDupdateDialogPinned &data) {