Fix folder updating when leaving a channel.

This commit is contained in:
John Preston 2022-12-27 14:05:22 +04:00
parent bf388d8a37
commit 63c2db30f2
1 changed files with 1 additions and 0 deletions

View File

@ -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);