2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-03 07:56:03 +00:00

Stop playing documents when items are deleted.

This commit is contained in:
John Preston
2020-10-23 15:22:38 +03:00
parent 47bb8ec687
commit 3d54a263b8
8 changed files with 49 additions and 4 deletions

View File

@@ -547,6 +547,8 @@ public:
UserId contactId,
not_null<HistoryItem*> item);
void documentMessageRemoved(not_null<DocumentData*> document);
void checkPlayingAnimations();
HistoryItem *findWebPageItem(not_null<WebPageData*> page) const;