Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
461
void Reactions::refreshEffects() {
462
if (_effects.empty()) {
463
requestEffects();
464
}
465
}
466
467
const std::vector<Reaction> &Reactions::list(Type type) const {
468
switch (type) {
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected