Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ readTillEnd
Method
readTillEnd
Telegram/SourceFiles/data/data_forum_topic.cpp:389–391 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
387
}
388
389
void ForumTopic::readTillEnd() {
390
_replies->readTill(_lastKnownServerMessageId);
391
}
392
393
void ForumTopic::applyTopic(const MTPDforumTopic &data) {
394
Expects(_rootId == data.vid().v);
Callers
2
sendAction
Method · 0.45
MarkAsReadThread
Function · 0.45
Calls
1
readTill
Method · 0.45
Tested by
no test coverage detected