mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Allow deleting images in ~DocumentData.
This commit is contained in:
@@ -235,6 +235,12 @@ void Session::clear() {
|
||||
cSetRecentStickers(RecentStickerPack());
|
||||
App::clearMousedItems();
|
||||
_histories->clearAll();
|
||||
_webpages.clear();
|
||||
_locations.clear();
|
||||
_polls.clear();
|
||||
_games.clear();
|
||||
_documents.clear();
|
||||
_photos.clear();
|
||||
}
|
||||
|
||||
not_null<PeerData*> Session::peer(PeerId id) {
|
||||
|
Reference in New Issue
Block a user