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

Method updateFullForced

Telegram/SourceFiles/data/data_peer.cpp:1156–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154}
1155
1156void PeerData::updateFullForced() {
1157 session().api().requestFullPeer(this);
1158 if (const auto channel = asChannel()) {
1159 if (!channel->amCreator() && !channel->inviter) {
1160 session().api().chatParticipants().requestSelf(channel);
1161 }
1162 }
1163}
1164
1165void PeerData::fullUpdated() {
1166 _lastFullUpdate = crl::now();

Callers 15

resolveBoostStateMethod · 0.80
prepareMethod · 0.80
prepareChatRowsMethod · 0.80
prepareChatRowsMethod · 0.80
ProcessCurrentFunction · 0.80
SaveAllowedReactionsFunction · 0.80
requestCountDelayedMethod · 0.80
unblockMethod · 0.80
feedUpdateMethod · 0.80
readyMethod · 0.80

Calls 4

requestFullPeerMethod · 0.80
apiMethod · 0.80
requestSelfMethod · 0.80
amCreatorMethod · 0.45

Tested by

no test coverage detected