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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user