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

Method defaultUpdated

Telegram/SourceFiles/data/data_message_reactions.cpp:1246–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244}
1245
1246void Reactions::defaultUpdated() {
1247 refreshTop();
1248 refreshRecent();
1249 if (_genericAnimations.empty()) {
1250 requestGeneric();
1251 }
1252 refreshMyTags();
1253 refreshTags();
1254 refreshEffects();
1255 _defaultUpdated.fire({});
1256}
1257
1258void Reactions::myTagsUpdated() {
1259 if (_genericAnimations.empty()) {

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
fireMethod · 0.45

Tested by

no test coverage detected