levlam
0c8e63c2f5
Optimize set_default_integer_option.
2024-01-23 20:29:31 +03:00
levlam
8d2d2de0d0
Add set_default_integer_option lambda-helper.
2024-01-23 20:16:26 +03:00
levlam
0190bf2b1f
Use for_each instead of a temporary map in OptionManager::OptionManager.
2024-01-23 19:42:28 +03:00
levlam
cd3cc873f0
Fix usage of unsupported chat identifier.
2024-01-23 19:05:39 +03:00
levlam
60f2f75b78
Minor improvements.
2024-01-22 13:11:04 +03:00
levlam
ee8f00c7a1
Improve InternalLinkType documentation.
2024-01-22 12:55:18 +03:00
levlam
1f116cdd99
Reuse the same PublicRsaKeySharedMain object.
2024-01-22 02:52:58 +03:00
levlam
0dd1934090
Use separate implementations for main and CDN RSA keys.
2024-01-22 02:15:26 +03:00
levlam
e52d08da74
Use PublicRsaKeyInterface in AuthDataShared.
2024-01-22 01:55:16 +03:00
levlam
d5c3456085
Remove default NerQueryDispatcher constructor.
2024-01-22 01:39:31 +03:00
levlam
b4c075593e
Log received message info.
2024-01-21 01:50:20 +03:00
levlam
674b380bd5
Never ask for ack for service queries.
2024-01-21 01:31:24 +03:00
levlam
09c6bad8bd
Remove pinned message notification only if new pinned message is added to Mentions.
2024-01-20 03:30:10 +03:00
levlam
2a9393ff7a
Add "process_pinned_messages_as_mentions" option to allow keep previous behavior.
2024-01-19 22:23:26 +03:00
levlam
121fbe535f
Create dependent chats right after Message object creation.
2024-01-18 15:21:44 +03:00
levlam
021c0bd02d
Improve logging.
2024-01-18 14:59:53 +03:00
levlam
e5f9e4c400
Decrease UPDATE_APPLY_WARNING_TIME and improve logging.
2024-01-17 16:50:08 +03:00
levlam
14c93b1772
Fix added_message_full_id initialization.
2024-01-16 21:40:25 +03:00
levlam
6d910597e5
Delete message from map after using.
2024-01-16 21:36:24 +03:00
levlam
c2277a1044
Add source to get_user_full_force.
2024-01-15 14:12:00 +03:00
Liru Færs
0f98d76683
Fix DialogActionManager::send_dialog_action in secret chats ( #2756 )
...
* Fix DialogActionManager::send_dialog_action in secret chats
The code in `DialogActionManager::send_dialog_action` made the assumption that since we'd either have early returned or `DialogManager::have_input_peer` would be true, and therefore the else block of the conditional, which intended to set input_peer, should have done so successfully.
However, `DialogManager::have_input_peer` will return true for secret chats when `contacts_manager->have_input_encrypted_peer`
And `DialogManager::get_input_peer` will return a `nullptr` for secret chats by design (I believe this is because they operate using structures that are currently incompatible)
This should fix the root of a crash that happens when typing in or sending messages to secret chats on:
Telegram X 0.26.4.1678-arm64-v8a (99b10675)
TDLib: 1.8.23 (tdlib/td@4bafdc2 )
* Move CHECK below SecretChat case instead per feedback
2024-01-15 01:02:56 +03:00
levlam
58c457ab5f
Add NotificationManager::parse_push_notification_attach.
2024-01-14 23:05:35 +03:00
levlam
3e8d368ba5
Add NotificationManager::add_push_notification_user.
2024-01-14 22:52:52 +03:00
levlam
ffdb02374e
Simplify Manager actor reset.
2024-01-13 02:08:28 +03:00
levlam
916e5de43e
Simplify code for manager reset.
2024-01-13 01:28:15 +03:00
levlam
96fee82699
Use separate initialization functions for different Manager types.
2024-01-13 00:59:17 +03:00
levlam
8b97d2e8e4
Move binlog events processing to Td::process_binlog_events.
2024-01-13 00:42:49 +03:00
levlam
0aa8816c28
Don't always treat pins as mentions.
2024-01-12 18:15:19 +03:00
levlam
4bafdc2b71
Fix MessagesManager::drop_dialog_last_pinned_message_id.
2024-01-12 12:16:51 +03:00
levlam
5d7c69d0d1
Remove CallManager::Update typedef.
2024-01-11 13:36:38 +03:00
levlam
d029eff807
Minor improvements.
2024-01-11 00:12:16 +03:00
levlam
21418140bd
Fix removal of message reply for failed to send forwarded messages.
2024-01-10 22:01:39 +03:00
levlam
a10f03cde1
Add sanity check.
2024-01-10 21:41:13 +03:00
levlam
5e0301db45
Improve fatal error message on app downgrade.
2024-01-10 21:20:17 +03:00
levlam
17a412a04a
Don't delete notifications when initializing last_new_message_id. There should be no old notifications anyway (2).
2024-01-10 21:08:43 +03:00
levlam
bc5b1f4e19
Remove unavailable messages from the list of linked messages.
2024-01-10 20:22:45 +03:00
levlam
509908edda
Don't register users/channels in unknown channels.
2024-01-10 20:07:56 +03:00
levlam
7f844b637f
Correctly update self speculative channel status while joining it.
2024-01-10 18:03:41 +03:00
levlam
1fa64892e1
Don't count non-member creator in administrator count.
2024-01-10 17:49:17 +03:00
levlam
44eba3d214
Combine JoinChannel queries.
2024-01-10 17:42:14 +03:00
levlam
faee94b680
Apply message auto-delete time from chat creation message.
2024-01-10 17:20:13 +03:00
levlam
4d51b2c875
Move create_new_chat/create_new_channel to ContactsManager.
2024-01-10 17:09:09 +03:00
levlam
a409af0973
Move migrate_dialog_to_megagroup to ContactsManager.
2024-01-10 15:57:19 +03:00
levlam
1bc8e90c10
Move create_new_secret_chat to ContactsManager.
2024-01-10 15:20:16 +03:00
levlam
da031b3faa
Allow \r and other empty entities as a separator between MarkdownV2 blockquotes.
2024-01-10 14:36:27 +03:00
levlam
ce8a4b6d21
tg_cli: use preset message_thread_id_ in requests where it is optional.
2024-01-10 13:16:37 +03:00
levlam
c6154c43aa
Don't store message interaction info for bots.
2024-01-09 10:59:24 +03:00
levlam
3817f2cb6b
Minor improvements.
2024-01-08 19:26:34 +03:00
levlam
7b6ce8b822
Move reload_dialog_info to DialogManager.
2024-01-08 19:20:22 +03:00
levlam
9a90089879
Move check_dialog_username to DialogManager.
2024-01-08 19:14:41 +03:00
levlam
466c841b4e
Move send_update_add_chat_members_privacy_forbidden to DialogParticipantManager.
2024-01-08 18:57:44 +03:00
levlam
127b7ad086
Add DialogParticipantManager::speculative_add_channel_user.
2024-01-08 18:50:18 +03:00
levlam
b1d72276a7
Move set_channel_participant_status and similar methods to DialogParticipantManager.
2024-01-08 18:44:13 +03:00
levlam
9660a7f2b1
Move set_dialog_participant_status and similar methods to DialogParticipantManager.
2024-01-08 18:15:21 +03:00
levlam
50b5a6e9bf
Move channel participant cache to DialogParticipantManager.
2024-01-08 18:03:04 +03:00
levlam
bba173ea7d
Move get_channel_participant to DialogParticipantManager.
2024-01-08 17:45:04 +03:00
levlam
f8565154a1
Move get_dialog_participant to DialogParticipantManager.
2024-01-08 17:35:24 +03:00
levlam
f1a4579e67
Move bot chat member updates to DialogParticipantManager.
2024-01-08 17:27:32 +03:00
levlam
82e59914cd
Minor improvements.
2024-01-08 15:42:21 +03:00
levlam
d832d5a70f
Move chat administrators to DialogParticipantManager.
2024-01-08 15:23:16 +03:00
levlam
d1251e47a6
Move chat join request processing to DialogParticipantManager.
2024-01-08 14:36:18 +03:00
levlam
b579fcd3e0
Rename DialogOnlineMemberManager to DialogParticipantManager.
2024-01-08 14:22:44 +03:00
levlam
55faa7ad0b
Fix parameter name.
2024-01-08 14:15:15 +03:00
levlam
e4c816d33c
Move methods for chat invite link management to DialogInviteLinkManager.
2024-01-08 14:09:58 +03:00
levlam
5a1b4b8d71
Move DialogAccessByInviteLink to DialogInviteLinkManager.
2024-01-08 13:40:28 +03:00
levlam
409778b760
Move check/join by chat invite link to DialogInviteLinkManager.
2024-01-08 13:25:31 +03:00
levlam
ebf2f95681
Add DialogInviteLinkManager.
2024-01-08 12:43:31 +03:00
levlam
90b8acff67
Add and use BotCommands::update_all_bot_commands.
2024-01-08 01:44:58 +03:00
levlam
b4ac2653cd
Move delete_dialog to DialogManager.
2024-01-08 01:27:49 +03:00
levlam
64c646b9de
Use resolve_dialog_username internally.
2024-01-08 00:31:07 +03:00
levlam
a2c6f4aa7c
Move resolved usernames to DialogManager.
2024-01-07 23:45:33 +03:00
levlam
dc3929fede
Remove is_unsent_animated_emoji_click proxy function.
2024-01-07 01:08:41 +03:00
levlam
b684039566
Move some methods to DialogActionManager.
2024-01-07 00:46:36 +03:00
levlam
4bc9f8d72e
Add DialogActionManager.
2024-01-06 22:56:28 +03:00
levlam
bd7f900df8
Move relevant methods to MessageImportManager.
2024-01-06 22:45:27 +03:00
levlam
f5a776b67c
Add MessageImportManager.
2024-01-06 22:06:52 +03:00
levlam
cb6c15b9c9
Explicitly check message content before trying to register it for bots.
2024-01-05 18:43:53 +03:00
levlam
cb013c999a
Don't keep restriction reasons for bots.
2024-01-05 18:24:35 +03:00
levlam
99a6c04dd3
Move online_member_dialogs out of User.
2024-01-05 12:33:53 +03:00
levlam
884a16f1ed
Partly move report_dialog to DialogManager.
2024-01-04 22:46:13 +03:00
levlam
c24bd49cce
Move set_dialog_photo to DialogManager.
2024-01-04 20:44:12 +03:00
levlam
e5f0b33508
Move toggle_dialog_has_protected_content to DialogManager.
2024-01-04 20:25:41 +03:00
levlam
17012dff1c
Move set_dialog_permissions to DialogManager.
2024-01-04 20:20:18 +03:00
levlam
fd45eb84f5
Move set_dialog_title to DialogManager.
2024-01-04 20:15:29 +03:00
levlam
57f1b32617
Move remove_secret_chat_dialog_ids to DialogId.
2024-01-04 19:55:48 +03:00
levlam
c0a0f7de07
Move on_dialog_info_full_invalidated to DialogManager.
2024-01-04 19:52:31 +03:00
levlam
a719ed42be
Simplify conditions for reloading chat full info.
2024-01-04 19:47:27 +03:00
levlam
249598a711
Move get_common_dialogs to CommonDialogManager.
2024-01-04 19:30:58 +03:00
levlam
8d7058109c
Add CommonDialogManager.
2024-01-04 19:20:14 +03:00
levlam
2c6917d044
Simplify RecentDialogList::removed_dialog_ids_ implementation.
2024-01-04 19:10:15 +03:00
levlam
f43807ebbf
Don't try to remove chat from recent for bots.
2024-01-04 19:06:50 +03:00
levlam
3003679192
Move online member count to DialogOnlineMemberManager.
2024-01-04 18:30:12 +03:00
levlam
211071970e
Add DialogOnlineMemberManager.
2024-01-04 18:02:36 +03:00
levlam
52b8e295ca
Minor include improvements.
2024-01-04 16:46:53 +03:00
levlam
6d1f6e250f
Add DialogManager::is_dialog_removed_from_dialog_list.
2024-01-04 16:32:04 +03:00
levlam
d24a0eda1d
Move get_peers_dialog_ids to DialogManager.
2024-01-04 16:24:19 +03:00
levlam
b97fa08e62
Move get_input_dialog_id to DialogManager.
2024-01-04 16:20:15 +03:00
levlam
32898dbe88
Move get_chat_ids_object and get_chats_object to DialogManager.
2024-01-04 16:13:20 +03:00
levlam
ebda6f1364
Use DialogManager::get_my_dialog_id.
2024-01-04 15:49:02 +03:00
levlam
eb5a37e927
Add DialogManager::force_create_dialog.
2024-01-04 15:38:01 +03:00