mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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(
|
api().request(MTPupdates_GetState(
|
||||||
)).done([=](const MTPupdates_State &result) {
|
)).done([=](const MTPupdates_State &result) {
|
||||||
|
stateDone(result);
|
||||||
}).send();
|
}).send();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue