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

Method processTopics

Telegram/SourceFiles/data/data_peer.cpp:1786–1790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1784}
1785
1786void PeerData::processTopics(const MTPVector<MTPForumTopic> &topics) {
1787 if (const auto forum = this->forum()) {
1788 forum->applyReceivedTopics(topics);
1789 }
1790}
1791
1792bool PeerData::allowsForwarding() const {
1793 if (const auto user = asUser()) {

Callers 11

ApplyChangesMethod · 0.80
ParseSearchResultFunction · 0.80
searchReceivedMethod · 0.80
searchReceivedMethod · 0.80
messagesReceivedMethod · 0.80
addSliceMethod · 0.80

Calls 2

forumMethod · 0.95
applyReceivedTopicsMethod · 0.80

Tested by

no test coverage detected