Support forwarding to monoforums.

This commit is contained in:
John Preston
2025-05-13 18:18:24 +04:00
parent e17bf18350
commit 76db55ff19
36 changed files with 516 additions and 78 deletions
@@ -867,7 +867,7 @@ void ForumTopic::setMuted(bool muted) {
session().changes().topicUpdated(this, UpdateFlag::Notifications);
}
not_null<HistoryView::SendActionPainter*> ForumTopic::sendActionPainter() {
HistoryView::SendActionPainter *ForumTopic::sendActionPainter() {
return _sendActionPainter.get();
}