settings: Add can_set_topics_policy_group realm setting.

Added `can_set_topics_policy_group` realm setting to control
permission to change per-channel `topics_policy`.
This commit is contained in:
Vector73
2025-06-17 03:20:55 +00:00
committed by Tim Abbott
parent 62c67eae8e
commit 92672c1339
18 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
* `PATCH /realm`, [`POST /register`](/api/register-queue),
[`GET /events`](/api/get-events): Added `can_set_topics_policy_group`
realm setting, which is a [group-setting value](/api/group-setting-values)
describing the set of users with permission to change per-channel `topics_policy`
setting.