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

Method entryUpdated

Telegram/SourceFiles/data/data_changes.cpp:275–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void Changes::entryUpdated(
276 not_null<Dialogs::Entry*> entry,
277 EntryUpdate::Flags flags) {
278 const auto drop = (flags & EntryUpdate::Flag::Destroyed);
279 _entryChanges.updated(entry, flags, drop);
280 if (!drop) {
281 scheduleNotifications();
282 }
283}
284
285rpl::producer<EntryUpdate> Changes::entryUpdates(
286 EntryUpdate::Flags flags) const {

Callers 10

shareUrlMethod · 0.80
applyTopicDeletedMethod · 0.80
SetChatLinkDraftFunction · 0.80
applySublistDeletedMethod · 0.80
setHasPinnedMessagesMethod · 0.80
updateChatListEntryMethod · 0.80
setForwardDraftMethod · 0.80
ShowReplyToChatBoxFunction · 0.80

Calls 1

updatedMethod · 0.45

Tested by

no test coverage detected