mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
Added missed handler for MTPupdates_GetState.
This commit is contained in:
@@ -224,6 +224,7 @@ Updates::Updates(not_null<Main::Session*> session)
|
||||
|
||||
api().request(MTPupdates_GetState(
|
||||
)).done([=](const MTPupdates_State &result) {
|
||||
stateDone(result);
|
||||
}).send();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user