Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
void Ringtones::applyUpdate() {
167
_list.hash = 0;
168
_list.documents.clear();
169
requestList();
170
}
171
172
void Ringtones::remove(DocumentId id) {
173
if (const auto document = _session->data().document(id)) {
Callers
1
feedUpdate
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected