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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user