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

Method applyUpdate

Telegram/SourceFiles/api/api_ringtones.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void Ringtones::applyUpdate() {
167 _list.hash = 0;
168 _list.documents.clear();
169 requestList();
170}
171
172void Ringtones::remove(DocumentId id) {
173 if (const auto document = _session->data().document(id)) {

Callers 1

feedUpdateMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected