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

Method historyCleared

Telegram/SourceFiles/data/data_session.cpp:2291–2293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2289}
2290
2291rpl::producer<not_null<const History*>> Session::historyCleared() const {
2292 return _historyCleared.events();
2293}
2294
2295void Session::notifyHistoryChangeDelayed(not_null<History*> history) {
2296 history->setHasPendingResizedItems();

Callers 2

simpleIdsSliceMethod · 0.80
HistoryInnerMethod · 0.80

Calls 1

eventsMethod · 0.45

Tested by

no test coverage detected