aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/MessageReplyInfo.cpp
AgeCommit message (Expand)Author
2026-05-30Add and use get_min_message_senders_object.levlam
2026-04-01Various improvements.levlam
2026-03-30Remove redundant validness check.levlam
2026-03-30Add and use check_min_message_sender.levlam
2026-01-01Update copyright year.levlam
2025-04-26Remove unneeded flags check for zero optional fields.levlam
2025-01-01Update copyright year.levlam
2024-04-02Rename rest of ContactsManager to ChatManager.levlam
2024-04-02Move relevant functions to UserManager.levlam
2024-01-04Use DialogManager::have_dialog_force.levlam
2024-01-03Move ContactsManager proxy methods to DialogManager.levlam
2024-01-01Update copyright year.levlam
2023-10-04Use add_to_top if possible.levlam
2023-07-24Improve MessageReplyInfo logging and updating.levlam
2023-01-01Update copyright year.levlam
2022-11-21Adjust last_read_inbox_message_id in MessageReplyInfo by last read chat message.levlam
2022-11-21Improve MessageReplyInfo field names.levlam
2022-11-19Improve updating of reply info.levlam
2022-11-10Fix dropping of MessageReplyInfo.levlam
2022-10-29Keep information about dropped MessageReplyInfo.levlam
2022-10-05Improve log and error messages.levlam
2022-01-22Add get_min_message_sender_object.levlam
2022-01-01Update copyright year.levlam
2021-12-27Add some missing new lines at the end of files.levlam
2021-12-22Remove unneeded includes.levlam
2021-12-22Fix handling of min-channels in recent repliers.levlam
2021-12-20Ensure that there are at most 3 recent repliers.levlam
2021-09-24Ignore MessageReplyInfo with channel_id == 777.levlam
2021-01-18Remove expected error logging.levlam
2021-01-01Move some functions from misc.h to algorithm.h.levlam
2021-01-01Update copyright year.levlam
2020-10-31Add MessagesManager::update_reply_count_by_message and update reply_count on ...levlam
2020-10-18Use MessageSender to represent recent repliers.levlam
2020-10-08Add MessageReplyInfo::get_message_reply_info_object.levlam
2020-10-01Update reply info if linked_channel_id is changed.levlam
2020-09-30Add comment, why reply_info never dropped.levlam
2020-09-24Minor fixes.levlam
2020-09-21Ensure that MessageReplyInfo.max_message_id is at least as last_read_message_id.levlam
2020-09-19Add unread status in message threads.levlam
2020-09-18Update layer 119.levlam
2020-09-16Handle updateReadDiscussion.levlam
2020-09-15Add max_message_id and max_read_message_id to MessageReplyInfo.levlam
2020-09-15Add td_api::getDiscussionMessage.levlam
2020-09-12Exit early some functions for bots.levlam
2020-09-11Update reply count on new message receiving.levlam
2020-09-09Support chats as recent repliers.levlam
2020-09-08Update layer 119. Add sender_chat_id.levlam
2020-09-07Add MessageReplyInfo.{cpp,h}.levlam