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

Method historyUpdated

Telegram/SourceFiles/data/data_changes.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void Changes::historyUpdated(
143 not_null<History*> history,
144 HistoryUpdate::Flags flags) {
145 _historyChanges.updated(history, flags);
146 scheduleNotifications();
147}
148
149rpl::producer<HistoryUpdate> Changes::historyUpdates(
150 HistoryUpdate::Flags flags) const {

Callers 15

finishForwardingMethod · 0.80
sendSharedContactMethod · 0.80
setOutboxReadTillMethod · 0.80
setOutboxReadTillMethod · 0.80
setTopPromotedMethod · 0.80
SendConfirmedFileFunction · 0.80
createMethod · 0.80
createMethod · 0.80
clearLastKeyboardMethod · 0.80
applyCloudDraftMethod · 0.80

Calls 1

updatedMethod · 0.45

Tested by

no test coverage detected