mirror of https://github.com/zulip/zulip.git
org settings: Remove redundant property type from org_permissions object.
`add_emoji_by_admins_only` is already covered in `get_complete_data_for_subsection` function.
This commit is contained in:
parent
48fe77c61e
commit
b41a204dbb
|
@ -78,9 +78,6 @@ var org_permissions = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
other_permissions: {
|
other_permissions: {
|
||||||
add_emoji_by_admins_only: {
|
|
||||||
type: 'bool',
|
|
||||||
},
|
|
||||||
bot_creation_policy: {
|
bot_creation_policy: {
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue