Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ preloadTopics
Method
preloadTopics
Telegram/SourceFiles/data/data_forum.cpp:150–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
void Forum::preloadTopics() {
151
if (topicsList()->indexed()->size() < kLoadedTopicsMinCount) {
152
requestTopics();
153
}
154
}
155
156
void Forum::reloadTopics() {
157
_topicsList.setLoaded(false);
Callers
3
setFlags
Method · 0.80
setFlags
Method · 0.80
refreshChatListEntry
Method · 0.80
Calls
2
indexed
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected