mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-26 23:42:09 +00:00
Fix folder updating when leaving a channel.
This commit is contained in:
@@ -1176,6 +1176,7 @@ void Session::deleteConversationLocally(not_null<PeerData*> peer) {
|
||||
setChatPinned(history, FilterId(), false);
|
||||
}
|
||||
removeChatListEntry(history);
|
||||
history->clearFolder();
|
||||
history->clear(peer->isChannel()
|
||||
? History::ClearType::Unload
|
||||
: History::ClearType::DeleteChat);
|
||||
|
||||
Reference in New Issue
Block a user