mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Some more ripple animations. Now only anim::value (float64).
Also each FloatAnimation now stops MTP responses. Also slide animations done by FloatAnimation. Closed beta 10019012.
This commit is contained in:
@@ -1246,7 +1246,7 @@ namespace {
|
||||
if (auto history = App::historyLoaded(peer)) {
|
||||
history->outboxRead(upTo);
|
||||
if (history->lastMsg && history->lastMsg->out() && history->lastMsg->id <= upTo) {
|
||||
if (App::main()) App::main()->dlgUpdated(history, history->lastMsg->id);
|
||||
if (App::main()) App::main()->dlgUpdated(history->peer, history->lastMsg->id);
|
||||
}
|
||||
history->updateChatListEntry();
|
||||
|
||||
|
Reference in New Issue
Block a user