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

Method refreshViews

Telegram/SourceFiles/data/data_groups.cpp:151–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void Groups::refreshViews(const HistoryItemsList &items) {
152 if (items.empty()) {
153 return;
154 }
155 for (const auto &item : items) {
156 _data->requestItemViewRefresh(item);
157 item->invalidateChatListEntry();
158 }
159}
160
161not_null<HistoryItem*> Groups::findItemToEdit(
162 not_null<HistoryItem*> item) const {

Callers

nothing calls this directly

Calls 3

emptyMethod · 0.45

Tested by

no test coverage detected