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

Method applyCreator

Telegram/SourceFiles/data/data_forum_topic.cpp:438–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438void ForumTopic::applyCreator(PeerId creatorId) {
439 if (_creatorId != creatorId) {
440 _creatorId = creatorId;
441 session().changes().topicUpdated(this, UpdateFlag::Creator);
442 }
443}
444
445void ForumTopic::applyCreationDate(TimeId date) {
446 _creationDate = date;

Callers 1

applyTopicAddedMethod · 0.45

Calls 2

topicUpdatedMethod · 0.80
changesMethod · 0.45

Tested by

no test coverage detected