Increase generation just in case.
GitOrigin-RevId: 92f24329c8b10f321c514646627f198bb5e85045
This commit is contained in:
parent
c40cacfa34
commit
995928743f
@ -26204,6 +26204,7 @@ void MessagesManager::on_binlog_events(vector<BinlogEvent> &&events) {
|
||||
break;
|
||||
}
|
||||
d->save_draft_message_logevent_id = event.id_;
|
||||
d->save_draft_message_logevent_id_generation++;
|
||||
|
||||
save_dialog_draft_message_on_server(dialog_id);
|
||||
break;
|
||||
@ -26224,6 +26225,7 @@ void MessagesManager::on_binlog_events(vector<BinlogEvent> &&events) {
|
||||
break;
|
||||
}
|
||||
d->save_notification_settings_logevent_id = event.id_;
|
||||
d->save_notification_settings_logevent_id_generation++;
|
||||
|
||||
update_dialog_notification_settings_on_server(dialog_id, true);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user