| 767 | } |
| 768 | |
| 769 | TextWithEntities ForumTopic::titleWithIcon() const { |
| 770 | return ForumTopicIconWithTitle(_rootId, _iconId, _title); |
| 771 | } |
| 772 | |
| 773 | TextWithEntities ForumTopic::titleWithIconOrLogo() const { |
| 774 | if (_iconId || isGeneral()) { |
no test coverage detected