mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Handle channelDifferenceTooLong in media and feed.
This commit is contained in:
@@ -1057,8 +1057,9 @@ void MainWidget::deleteConversation(
|
||||
}
|
||||
}
|
||||
history->clear();
|
||||
history->newLoaded = true;
|
||||
history->oldLoaded = deleteHistory;
|
||||
if (deleteHistory) {
|
||||
history->markFullyLoaded();
|
||||
}
|
||||
}
|
||||
if (const auto channel = peer->asChannel()) {
|
||||
channel->ptsWaitingForShortPoll(-1);
|
||||
|
Reference in New Issue
Block a user