Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessagesManager.cpp34640 auto new_notification_settings = user_d->notification_settings; in force_create_dialog() local
34641 new_notification_settings.use_default_show_preview = true; in force_create_dialog()
34642 new_notification_settings.show_preview = false; in force_create_dialog()
34643 new_notification_settings.is_secret_chat_show_preview_fixed = true; in force_create_dialog()
34644 …date_dialog_notification_settings(dialog_id, &d->notification_settings, new_notification_settings); in force_create_dialog()