2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Removed authorizations check form Data::Session.

This commit is contained in:
23rd
2020-09-08 18:12:16 +03:00
committed by John Preston
parent 6ac5f32796
commit 035a19b41e
4 changed files with 3 additions and 22 deletions

View File

@@ -3827,14 +3827,6 @@ void Session::serviceNotification(
}
}
void Session::checkNewAuthorization() {
_newAuthorizationChecks.fire({});
}
rpl::producer<> Session::newAuthorizationChecks() const {
return _newAuthorizationChecks.events();
}
void Session::insertCheckedServiceNotification(
const TextWithEntities &message,
const MTPMessageMedia &media,