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:
Shubham Dhama 2018-04-16 22:22:00 +05:30 committed by showell
parent 48fe77c61e
commit b41a204dbb
1 changed files with 0 additions and 3 deletions

View File

@ -78,9 +78,6 @@ var org_permissions = {
},
},
other_permissions: {
add_emoji_by_admins_only: {
type: 'bool',
},
bot_creation_policy: {
type: 'integer',
},