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

Support unread mentions / reactions in topics.

This commit is contained in:
John Preston
2022-10-10 16:46:13 +04:00
parent 6a7f030ee7
commit 3999bca823
15 changed files with 229 additions and 175 deletions

View File

@@ -271,6 +271,7 @@ void Changes::sendNotifications() {
_historyChanges.sendNotifications();
_messageChanges.sendNotifications();
_entryChanges.sendNotifications();
_topicChanges.sendNotifications();
}
} // namespace Data