mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
settings: Add 'allow_private_data_export' user setting.
This commit adds a user-setting to allow users to decide whether to let administrators export their private data. Fixes part of #31201.
This commit is contained in:
committed by
Tim Abbott
parent
fb888ba9ab
commit
764083d31b
@@ -717,6 +717,7 @@ export function dispatch_normal_event(event) {
|
||||
"send_read_receipts",
|
||||
"presence_enabled",
|
||||
"email_address_visibility",
|
||||
"allow_private_data_export",
|
||||
];
|
||||
|
||||
if (privacy_settings.includes(event.property)) {
|
||||
|
||||
Reference in New Issue
Block a user