mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-29 01:52:48 +00:00
Added missed handler for MTPupdates_GetState.
This commit is contained in:
parent
9faf15943a
commit
815e26eea5
@ -224,6 +224,7 @@ Updates::Updates(not_null<Main::Session*> session)
|
||||
|
||||
api().request(MTPupdates_GetState(
|
||||
)).done([=](const MTPupdates_State &result) {
|
||||
stateDone(result);
|
||||
}).send();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user