Load last chat messages if there are no known messages in the chat.
This commit is contained in:
parent
a8c1b24318
commit
6ded199729
@ -37336,6 +37336,7 @@ void MessagesManager::update_dialog_pos(Dialog *d, const char *source, bool need
|
|||||||
if (new_order == DEFAULT_ORDER && !d->is_empty) {
|
if (new_order == DEFAULT_ORDER && !d->is_empty) {
|
||||||
LOG(INFO) << "There are no known messages in the chat, just leave it where it is";
|
LOG(INFO) << "There are no known messages in the chat, just leave it where it is";
|
||||||
new_order = d->order;
|
new_order = d->order;
|
||||||
|
get_history_from_the_end_impl(d, true, false, Promise<Unit>(), source);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user