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

Method sublistUpdated

Telegram/SourceFiles/data/data_changes.cpp:207–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void Changes::sublistUpdated(
208 not_null<SavedSublist*> sublist,
209 SublistUpdate::Flags flags) {
210 const auto drop = (flags & SublistUpdate::Flag::Destroyed);
211 _sublistChanges.updated(sublist, flags, drop);
212 if (!drop) {
213 scheduleNotifications();
214 }
215}
216
217rpl::producer<SublistUpdate> Changes::sublistUpdates(
218 SublistUpdate::Flags flags) const {

Callers 5

applySublistDeletedMethod · 0.80
applyCloudDraftMethod · 0.80
addToUnreadThingsMethod · 0.80
notifyUpdatedMethod · 0.80

Calls 1

updatedMethod · 0.45

Tested by

no test coverage detected