mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Add support for incomplete login attempts.
This commit is contained in:
@@ -2001,6 +2001,14 @@ 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