mirror of https://github.com/zulip/zulip.git
api: Remove incorrect realm setting in 'realm/update_dict' schema.
We incorrectly include many realm settings in the data section of 'realm/update_dict' schema. It should only contain the settings related to message edit, realm icon, realm logo and authentication methods and not other settings, becausea all the other settings send 'realm/update' event and not 'realm/update_dict' event. This commit only removes 'allow_message_deleting' and others will be removed separately.
This commit is contained in:
parent
4170a2e969
commit
2bf19d5651
|
@ -3272,10 +3272,6 @@ paths:
|
|||
description: |
|
||||
Whether this organization is configured to allow users to access
|
||||
[message edit history](/help/view-a-messages-edit-history).
|
||||
allow_message_deleting:
|
||||
type: boolean
|
||||
description: |
|
||||
Whether messages can be deleted in this Zulip organization.
|
||||
bot_creation_policy:
|
||||
type: integer
|
||||
description: |
|
||||
|
|
Loading…
Reference in New Issue