settings: Remove add_custom_emoji_policy setting.

Removed `add_custom_emoji_policy` setting as the permission to
add custom emoji is now controlled by `can_add_custom_emoji_group`
setting.
This commit is contained in:
Vector73
2024-10-13 12:39:26 +05:30
committed by Tim Abbott
parent f733ab112c
commit 6bc8651d22
9 changed files with 19 additions and 35 deletions

View File

@@ -27,6 +27,9 @@ format used by the Zulip server that they are interacting with.
Added `can_add_custom_emoji_group` realm setting which is a
[group-setting value](/api/group-setting-values) describing the set of users
with permission to add custom emoji in the organization.
* `PATCH /realm`, [`GET /events`](/api/get-events): Removed
`add_custom_emoji_policy` property, as the permission to add custom emoji
in the organization is now controlled by `can_add_custom_emoji_group` setting.
**Feature level 306**