mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +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