2
0
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:
23rd
2020-06-15 19:01:53 +03:00
committed by John Preston
parent 9faf15943a
commit 815e26eea5

View File

@@ -224,6 +224,7 @@ Updates::Updates(not_null<Main::Session*> session)
api().request(MTPupdates_GetState(
)).done([=](const MTPupdates_State &result) {
stateDone(result);
}).send();
}