mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix jump to a specific message.
This commit is contained in:
@@ -597,10 +597,9 @@ int Histories::sendRequest(
|
||||
}
|
||||
|
||||
void Histories::checkPostponed(not_null<History*> history, int id) {
|
||||
const auto state = lookup(history);
|
||||
Assert(state != nullptr);
|
||||
|
||||
finishSentRequest(history, state, id);
|
||||
if (const auto state = lookup(history)) {
|
||||
finishSentRequest(history, state, id);
|
||||
}
|
||||
}
|
||||
|
||||
void Histories::cancelRequest(int id) {
|
||||
|
Reference in New Issue
Block a user