2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Add a Reopen Topic button on topic top for admins.

This commit is contained in:
John Preston
2022-10-21 16:32:23 +04:00
parent 92bf925fd0
commit b497e5ea21
9 changed files with 222 additions and 70 deletions

View File

@@ -61,6 +61,7 @@ public:
[[nodiscard]] rpl::producer<> destroyed() const;
[[nodiscard]] MsgId rootId() const;
[[nodiscard]] bool my() const;
[[nodiscard]] bool canEdit() const;
[[nodiscard]] bool canToggleClosed() const;
[[nodiscard]] bool canTogglePinned() const;