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

Method refreshEffects

Telegram/SourceFiles/data/data_message_reactions.cpp:461–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void Reactions::refreshEffects() {
462 if (_effects.empty()) {
463 requestEffects();
464 }
465}
466
467const std::vector<Reaction> &Reactions::list(Type type) const {
468 switch (type) {

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected