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

Method messageUpdated

Telegram/SourceFiles/data/data_changes.cpp:243–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void Changes::messageUpdated(
244 not_null<HistoryItem*> item,
245 MessageUpdate::Flags flags) {
246 const auto drop = (flags & MessageUpdate::Flag::Destroyed);
247 _messageChanges.updated(item, flags, drop);
248 if (!drop) {
249 scheduleNotifications();
250 }
251}
252
253rpl::producer<MessageUpdate> Changes::messageUpdates(
254 MessageUpdate::Flags flags) const {

Callers 11

updateExistingMessageMethod · 0.80
unregisterMessageMethod · 0.80
SendBotCallbackDataFunction · 0.80
applyMessageChangesMethod · 0.80
outboxReadMethod · 0.80
setReplyMarkupMethod · 0.80
addToUnreadThingsMethod · 0.80
setRealIdMethod · 0.80

Calls 1

updatedMethod · 0.45

Tested by

no test coverage detected