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

Method messageFlagsValue

Telegram/SourceFiles/data/data_changes.cpp:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264rpl::producer<MessageUpdate> Changes::messageFlagsValue(
265 not_null<HistoryItem*> item,
266 MessageUpdate::Flags flags) const {
267 return _messageChanges.flagsValue(item, flags);
268}
269
270rpl::producer<MessageUpdate> Changes::realtimeMessageUpdates(
271 MessageUpdate::Flag flag) const {

Callers 1

ContentByItemFunction · 0.80

Calls 1

flagsValueMethod · 0.45

Tested by

no test coverage detected