2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Allow enabling forum, creating topics.

This commit is contained in:
John Preston
2022-09-20 22:12:30 +04:00
parent c88140e256
commit 388fe6adfb
21 changed files with 781 additions and 49 deletions

View File

@@ -100,7 +100,7 @@ public:
return _botCommands;
}
void setIsForum(bool is);
void setIsForum(not_null<ChannelData*> that, bool is);
[[nodiscard]] Data::Forum *forum() const;
std::deque<not_null<UserData*>> lastParticipants;