mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
streams: Add frontend code for moderators only stream post policy.
This commit is contained in:
@@ -137,6 +137,12 @@ export const stream_post_policy_values = {
|
||||
code: 2,
|
||||
description: $t({defaultMessage: "Only organization administrators can post"}),
|
||||
},
|
||||
moderators: {
|
||||
code: 4,
|
||||
description: $t({
|
||||
defaultMessage: "Only organization administrators and moderators can post",
|
||||
}),
|
||||
},
|
||||
non_new_members: {
|
||||
code: 3,
|
||||
description: $t({defaultMessage: "Only organization full members can post"}),
|
||||
|
||||
Reference in New Issue
Block a user