aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/NotificationSettingsManager.cpp
AgeCommit message (Expand)Author
2026-06-18Ignore file upload result on closing.levlam
2026-03-04Support live photo in on_get_document.levlam
2026-01-01Update copyright year.levlam
2025-12-03Immediately reload scope notification settings if their aren't synchronized.levlam
2025-09-30Use forum_topic_id instead of message_thread_id when appropriate.levlam
2025-06-14Allow to pass error code and message directly to Promise::set_error.levlam
2025-04-03Use bool parameters in account.* requests.levlam
2025-02-07Remove now unused variable.levlam
2025-02-07Remove channel notification settings fallback.levlam
2025-01-01Update copyright year.levlam
2024-12-22Move reset_all_notification_settings to NotificationSettingsManager.levlam
2024-12-05Minor improvements. (#3169)AYMEN
2024-11-25Add separate file types for self-destructing files.levlam
2024-10-04Add source to remove_file_source.levlam
2024-10-04Check that being uploaded files are found.levlam
2024-10-01Use FileUploadId for uploaded ringtones.levlam
2024-09-30Use UploadFileId in upload methods.levlam
2024-09-30Mark Encrypted/Secure upload callbacks as unreachable by default.levlam
2024-09-30Add class FileUploadId and use it in UploadCallback.levlam
2024-09-30Use telegram_api::object_ptr with InputFile.levlam
2024-09-27Support multiple internal uploads for the same file.levlam
2024-08-24Return pointer from FileView::get_main_remote_location.levlam
2024-08-22Return location pointer from FileView::get_full_remote_location().levlam
2024-04-25Add td_api::setReactionNotificationSettings.levlam
2024-04-24Save reaction notification settings between restarts.levlam
2024-04-24Add td_api::updateReactionNotificationSettings.levlam
2024-04-15Use check_dialog_access_in_memory if appropriate.levlam
2024-04-14Add explicit allow_secret_chats to have_input_peer.levlam
2024-04-02Rename rest of ContactsManager to ChatManager.levlam
2024-04-02Move relevant functions to UserManager.levlam
2024-01-04Move get_chat_ids_object and get_chats_object to DialogManager.levlam
2024-01-04Add DialogManager::force_create_dialog.levlam
2024-01-03Move ContactsManager proxy methods to DialogManager.levlam
2024-01-01Update copyright year.levlam
2023-10-04Remove error-prone server_time_cached.levlam
2023-08-22Add MessagesManager::get_story_notification_settings.levlam
2023-07-06Add getStoryNotificationSettingsExceptions.levlam
2023-07-06Add scopeNotificationSettings.use_default_mute_stories.levlam
2023-07-05Add FileManager::get_missing_file_parts.levlam
2023-07-01Minor fixes.levlam
2023-06-27Add more story scope notification settings.levlam
2023-06-12Add scopeNotificationSettings.mute_stories.levlam
2023-06-12Add DialogNotificationSettings::get_input_peer_notify_settings.levlam
2023-06-09Add and use ScopeNotificationSettings::get_input_peer_notify_settings.levlam
2023-05-01Update layer to 160.levlam
2023-05-30Drop ready_size when delete partial remote location.levlam
2023-05-25Add class DocumentsManager::Subtype.levlam
2023-05-24Add FileManager::copy_file_id.levlam
2023-03-31Improve error messages and documentation.levlam
2023-02-09Use error code returned by get_input_file_id.levlam