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

Method requestItemShowHighlight

Telegram/SourceFiles/data/data_session.cpp:2112–2114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2110}
2111
2112void Session::requestItemShowHighlight(not_null<HistoryItem*> item) {
2113 _itemShowHighlightRequest.fire_copy(item);
2114}
2115
2116rpl::producer<not_null<HistoryItem*>> Session::itemShowHighlightRequest() const {
2117 return _itemShowHighlightRequest.events();

Callers 2

toggleSummaryMethod · 0.80
summarizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected