settings: Remove delete_own_message_policy realm property.

Removed `delete_own_message_policy` realm property as the permission
to delete own messages is controlled by `can_delete_own_message_group`
setting.
This commit is contained in:
Vector73
2024-09-11 22:56:04 +05:30
committed by Tim Abbott
parent 28c7a04734
commit 0cd51f2fea
12 changed files with 19 additions and 88 deletions

View File

@@ -215,7 +215,6 @@ export function dispatch_normal_event(event) {
invite_to_stream_policy: noop,
default_code_block_language: noop,
default_language: noop,
delete_own_message_policy: noop,
description: noop,
digest_emails_enabled: noop,
digest_weekday: noop,