2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-13 13:58:04 +00:00

Hide native notifications of deleted messages.

This commit is contained in:
John Preston
2021-10-15 17:57:27 +04:00
parent 1f95e00793
commit d361f5c6b0
7 changed files with 108 additions and 16 deletions

View File

@@ -28,6 +28,7 @@ protected:
const QString &msg,
DisplayOptions options) override;
void doClearAllFast() override;
void doClearFromItem(not_null<HistoryItem*> item) override;
void doClearFromHistory(not_null<History*> history) override;
void doClearFromSession(not_null<Main::Session*> session) override;
bool doSkipAudio() const override;