Fix some misprints.
This commit is contained in:
parent
d0e8dd7b81
commit
2ddab77b3e
@ -37323,7 +37323,7 @@ void MessagesManager::on_binlog_events(vector<BinlogEvent> &&events) {
|
||||
}
|
||||
|
||||
if (need_update_dialog_pos) {
|
||||
send_update_chat_last_message(d, "on_resent_quick_reply_shortcut_message");
|
||||
send_update_chat_last_message(d, "SendQuickReplyShortcutMessagesLogEvent");
|
||||
}
|
||||
|
||||
do_send_quick_reply_shortcut_messages(dialog_id, log_event.shortcut_id, sent_messages, log_event.message_ids,
|
||||
|
@ -2318,7 +2318,7 @@ void QuickReplyManager::on_edit_quick_reply_message(QuickReplyShortcutId shortcu
|
||||
return;
|
||||
}
|
||||
if (m->edit_generation != edit_generation) {
|
||||
LOG(INFO) << "Ignore succesful edit of " << QuickReplyMessageFullId(m->shortcut_id, m->message_id)
|
||||
LOG(INFO) << "Ignore successful edit of " << QuickReplyMessageFullId(m->shortcut_id, m->message_id)
|
||||
<< " with generation " << edit_generation << " instead of " << m->edit_generation;
|
||||
if (was_uploaded) {
|
||||
send_closure_later(G()->file_manager(), &FileManager::cancel_upload, file_id);
|
||||
|
Loading…
Reference in New Issue
Block a user