Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ readDatesPrivate
Method
readDatesPrivate
Telegram/SourceFiles/data/data_user.cpp:657–659 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
655
}
656
657
bool UserData::readDatesPrivate() const {
658
return (flags() & UserDataFlag::ReadDatesPrivate);
659
}
660
661
bool UserData::allowsForwarding() const {
662
return !(flags() & Flag::NoForwardsMyEnabled)
Callers
1
WhoReadExists
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected