MCPcopy 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
389void ForumTopic::readTillEnd() {
390 _replies->readTill(_lastKnownServerMessageId);
391}
392
393void ForumTopic::applyTopic(const MTPDforumTopic &data) {
394 Expects(_rootId == data.vid().v);

Callers 2

sendActionMethod · 0.45
MarkAsReadThreadFunction · 0.45

Calls 1

readTillMethod · 0.45

Tested by

no test coverage detected