Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ isIdleValue
Method
isIdleValue
Telegram/SourceFiles/api/api_updates.cpp:980–982 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
978
}
979
980
rpl::producer<bool> Updates::isIdleValue() const {
981
return _isIdle.value();
982
}
983
984
void Updates::updateOnline(crl::time lastNonIdleTime, bool gotOtherOffline) {
985
if (!lastNonIdleTime) {
Callers
1
showAccount
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected