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