From 0eac5aad59a00267777c72542aea257b8fc4fc8f Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Mon, 30 Jan 2023 16:56:17 +0000 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index b22d83d..5cd81bb 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -101,12 +101,12 @@ services = ["matrix-__APP__"] bind = ":/etc/matrix-__APP__/homeserver.yaml" visible = "enable_registration" - [main.privacy.disable_push_content] + [main.privacy.push_include_content] ask = "Disable content sharing inside push notification." type = "boolean" yes = true no = false - help = "Do not send content message and sender infromation in push notification increase privacy when GAFAM notification service is used (ie: when element client is downloaded thrue Gplay store)." + help = "Send content message and sender infromation in push notification. Set to false increase privacy when GAFAM notification service is used (ie: when element client is downloaded thrue Gplay store)." bind = "push>include_content:/etc/matrix-__APP__/homeserver.yaml" [main.experience]