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

Method loadMessageEmojiDone

Telegram/SourceFiles/export/export_api_wrap.cpp:2275–2284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2273}
2274
2275void ApiWrap::loadMessageEmojiDone(uint64 id, const QString &relativePath) {
2276 const auto i = _resolvedCustomEmoji.find(id);
2277 if (i != end(_resolvedCustomEmoji)) {
2278 i->second.file.relativePath = relativePath;
2279 if (relativePath.isEmpty()) {
2280 i->second.file.skipReason = Data::File::SkipReason::Unavailable;
2281 }
2282 }
2283 loadNextMessageFile();
2284}
2285
2286bool ApiWrap::loadTopicEmojiProgress(FileProgress progress) {
2287 Expects(_fileProcess != nullptr);

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected