Home
last modified time | relevance | path

Searched refs:is_message_notification_active (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessagesManager.cpp14355 if (m != nullptr && m->notification_id.is_valid() && is_message_notification_active(d, m)) { in set_dialog_pinned_message_notification()
14393 if (m->notification_id.is_valid() && is_message_notification_active(d, m) && in remove_dialog_mention_notifications()
14405 if (m != nullptr && m->notification_id.is_valid() && is_message_notification_active(d, m)) { in remove_dialog_mention_notifications()
15079 bool had_active_notification = is_message_notification_active(d, m); in remove_message_notification_id()
15141 is_message_notification_active(d, m) && m->message_id != message_id) { in fix_dialog_last_notification_id()
28118 bool MessagesManager::is_message_notification_active(const Dialog *d, const Message *m) { in is_message_notification_active() function in td::MessagesManager
28257 if (!is_message_notification_active(d, m)) { in get_message_notifications_from_database_force()
28514 if (!is_message_notification_active(d, m)) { in on_get_message_notifications_from_database()
32952 … if (need_send_update && m->notification_id.is_valid() && is_message_notification_active(d, m)) { in add_message_to_dialog()
32963 is_message_notification_active(d, pinned_message) && in add_message_to_dialog()
[all …]
H A DMessagesManager.h2294 static bool is_message_notification_active(const Dialog *d, const Message *m);