mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Read chats only on sending (support).
This commit is contained in:
@@ -391,4 +391,9 @@ void AuthSession::checkAutoLockIn(TimeMs time) {
|
||||
_autoLockTimer.callOnce(time);
|
||||
}
|
||||
|
||||
bool AuthSession::supportMode() const {
|
||||
// return true; AssertIsDebug();
|
||||
return false;
|
||||
}
|
||||
|
||||
AuthSession::~AuthSession() = default;
|
||||
|
Reference in New Issue
Block a user