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

Method topicUpdated

Telegram/SourceFiles/data/data_changes.cpp:171–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void Changes::topicUpdated(
172 not_null<ForumTopic*> topic,
173 TopicUpdate::Flags flags) {
174 const auto drop = (flags & TopicUpdate::Flag::Destroyed);
175 _topicChanges.updated(topic, flags, drop);
176 if (!drop) {
177 scheduleNotifications();
178 }
179}
180
181rpl::producer<TopicUpdate> Changes::topicUpdates(
182 TopicUpdate::Flags flags) const {

Callers 10

applyCreatorMethod · 0.80
setClosedMethod · 0.80
applyTitleMethod · 0.80
applyIconIdMethod · 0.80
applyColorIdMethod · 0.80
setMutedMethod · 0.80
applyTopicDeletedMethod · 0.80
applyCloudDraftMethod · 0.80
addToUnreadThingsMethod · 0.80
notifyUpdatedMethod · 0.80

Calls 1

updatedMethod · 0.45

Tested by

no test coverage detected