mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Added missed handler for MTPupdates_GetState.
This commit is contained in:
parent
9faf15943a
commit
815e26eea5
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ Updates::Updates(not_null<Main::Session*> session)
|
|||
|
||||
api().request(MTPupdates_GetState(
|
||||
)).done([=](const MTPupdates_State &result) {
|
||||
stateDone(result);
|
||||
}).send();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue