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