levlam
|
93af4377b7
|
Store created public broadcasts in MessagesManager.
|
2021-12-03 12:28:33 +03:00 |
|
levlam
|
5512700b77
|
Immediately reload *Full after invalidation in opened chats.
|
2021-12-01 23:31:10 +03:00 |
|
levlam
|
ab153e306a
|
Allow to search for messages from inaccessible chats.
|
2021-11-30 15:07:14 +03:00 |
|
levlam
|
1c3d5df646
|
Check conditions for last_database_message_id updating only after last_new_message_id is inited.
|
2021-11-30 10:03:12 +03:00 |
|
levlam
|
5c33801bc7
|
Fix message resending.
|
2021-11-29 22:17:48 +03:00 |
|
levlam
|
4d9268c302
|
Early check for dialog_id correctness.
|
2021-11-29 22:13:06 +03:00 |
|
levlam
|
8a9506c1de
|
Add MessagesManager::can_save_message.
|
2021-11-26 17:21:21 +03:00 |
|
levlam
|
4084b30a52
|
Keep initial sender when resending messages if possible.
|
2021-11-25 17:01:54 +03:00 |
|
levlam
|
6f835c12ee
|
Add messageSendingStateFailed.need_another_sender.
|
2021-11-25 16:55:03 +03:00 |
|
levlam
|
5845917498
|
Reload full dialog info after receiving SEND_AS_PEER_INVALID.
|
2021-11-25 16:14:17 +03:00 |
|
levlam
|
baf4310807
|
Explicitly pass send_as chat.
|
2021-11-25 15:49:51 +03:00 |
|
levlam
|
c1a5d4b76b
|
Add message.can_be_saved.
|
2021-11-25 13:47:54 +03:00 |
|
levlam
|
10159fbdf1
|
Add toggleChatAllowSavingContent.
|
2021-11-25 11:44:51 +03:00 |
|
levlam
|
07a2932154
|
Disallow forwarding from chats with restricted content saving.
|
2021-11-24 20:13:09 +03:00 |
|
levlam
|
52d67ae167
|
Reload chat info if receive CHAT_FORWARDS_RESTRICTED.
|
2021-11-24 20:09:32 +03:00 |
|
levlam
|
d381323f56
|
Add chat.allow_saving_content flag.
|
2021-11-24 20:03:38 +03:00 |
|
levlam
|
a761e41196
|
Cancel pending chat action after default send message as has changed.
|
2021-11-23 14:47:02 +03:00 |
|
levlam
|
acc43bb0b5
|
Allow typings by chats and rename updateUserChatAction to updateChatAction.
|
2021-11-23 14:29:49 +03:00 |
|
levlam
|
2eb5f1195c
|
Add chatActionBarJoinRequest.
|
2021-11-23 13:06:38 +03:00 |
|
levlam
|
11b13021d2
|
Improve condition for changed forward_info warning.
|
2021-11-22 17:31:55 +03:00 |
|
levlam
|
f644dedcfa
|
Replace private forward name before forwarding.
|
2021-11-22 11:17:28 +03:00 |
|
levlam
|
e4df8d9458
|
Use get_message_sender.
|
2021-11-19 17:31:10 +03:00 |
|
levlam
|
04be7955a7
|
Add MessagesManager::get_message_sender.
|
2021-11-19 17:12:22 +03:00 |
|
levlam
|
6941a4500a
|
Support deletion from database messages by sender_dialog_id.
|
2021-11-19 16:00:21 +03:00 |
|
levlam
|
5232774d89
|
Replace deleteChatMessagesFromUser with deleteChatMessagesBySender.
|
2021-11-19 15:48:05 +03:00 |
|
levlam
|
9b5bc5f4f3
|
Use hash in GetStickerSetQuery.
|
2021-11-19 13:56:12 +03:00 |
|
levlam
|
4c462789f1
|
Disable chat actions for file uploads as chats.
|
2021-11-16 09:30:12 +03:00 |
|
levlam
|
a72d1c2639
|
Use InvokeAfter for setChatDefaultMessageSender.
|
2021-11-15 23:29:39 +03:00 |
|
levlam
|
423e82ae2b
|
Add td_api::setChatDefaultMessageSender.
|
2021-11-15 17:08:37 +03:00 |
|
levlam
|
108fca1e6e
|
Add getChatAvailableMessageSenders.
|
2021-11-12 17:11:01 +03:00 |
|
levlam
|
fe8e521a41
|
Add chat.default_sender_id.
|
2021-11-12 16:15:19 +03:00 |
|
levlam
|
ae987f2211
|
Add inlineKeyboardButtonTypeUser.
|
2021-11-10 17:14:00 +03:00 |
|
levlam
|
6ace4fdf36
|
Update layer to 135.
|
2021-11-09 19:07:55 +03:00 |
|
levlam
|
9f6b3699c6
|
Add is_dialog_opened.
|
2021-12-07 12:32:23 +03:00 |
|
levlam
|
858078d89f
|
Fix on_get_history.
|
2021-12-05 01:02:22 +03:00 |
|
levlam
|
a116185e83
|
Ensure that all messages after last_added_message_id are connected.
|
2021-12-05 00:22:56 +03:00 |
|
levlam
|
227fb48fbf
|
Add MessagesManager::delete_newer_server_messages_at_the_end.
|
2021-12-05 00:12:59 +03:00 |
|
levlam
|
340e0f0b85
|
Fix has/have spelling.
|
2021-12-02 14:15:37 +03:00 |
|
levlam
|
923dd11fd8
|
Return back logging on folder_ptr == nullptr.
|
2021-11-30 00:39:10 +03:00 |
|
levlam
|
0e96d23e41
|
Rename hide_distance to has_outgoing_messages.
|
2021-11-23 12:10:49 +03:00 |
|
levlam
|
46b8aeab97
|
Make DialogActionBar fields private.
|
2021-11-23 12:05:32 +03:00 |
|
levlam
|
be30321801
|
Add DialogActionBar storer and parser.
|
2021-11-23 11:41:35 +03:00 |
|
levlam
|
c7e641aca8
|
Replace empty action bars with nullptr.
|
2021-11-23 09:35:38 +03:00 |
|
levlam
|
8fd9d89ec3
|
Move DialogActionBar modifiers to DialogActionBar.cpp.
|
2021-11-23 09:27:30 +03:00 |
|
levlam
|
6c1429f74c
|
Move fix_dialog_action_bar to DialogActionBar.cpp.
|
2021-11-23 07:45:32 +03:00 |
|
levlam
|
6b1833a259
|
Move DialogActionBar to a separate header.
|
2021-11-23 00:24:18 +03:00 |
|
levlam
|
f4d62f9ca4
|
Add struct DialogActionBar.
|
2021-11-22 22:39:59 +03:00 |
|
levlam
|
d160a77222
|
Add separate flag for need_repair_action_bar.
|
2021-11-22 20:13:55 +03:00 |
|
levlam
|
d7d9e50e50
|
Remove legacy know_can_report_spam flag.
|
2021-11-22 17:59:55 +03:00 |
|
levlam
|
bb0f7e012d
|
Fix can_get_message_viewers for anonymous polls.
|
2021-11-19 16:15:37 +03:00 |
|