MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / recentTopicsListVersion

Method recentTopicsListVersion

Telegram/SourceFiles/data/data_forum.cpp:282–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282int Forum::recentTopicsListVersion() const {
283 return _lastTopicsVersion;
284}
285
286void Forum::recentTopicsInvalidate(not_null<ForumTopic*> topic) {
287 if (ranges::contains(_lastTopics, topic)) {

Callers 2

preparedMethod · 0.80
prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected