mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update config_panel.toml
This commit is contained in:
parent
a01e0c19b1
commit
0eac5aad59
1 changed files with 2 additions and 2 deletions
|
@ -101,12 +101,12 @@ services = ["matrix-__APP__"]
|
||||||
bind = ":/etc/matrix-__APP__/homeserver.yaml"
|
bind = ":/etc/matrix-__APP__/homeserver.yaml"
|
||||||
visible = "enable_registration"
|
visible = "enable_registration"
|
||||||
|
|
||||||
[main.privacy.disable_push_content]
|
[main.privacy.push_include_content]
|
||||||
ask = "Disable content sharing inside push notification."
|
ask = "Disable content sharing inside push notification."
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
yes = true
|
yes = true
|
||||||
no = false
|
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"
|
bind = "push>include_content:/etc/matrix-__APP__/homeserver.yaml"
|
||||||
|
|
||||||
[main.experience]
|
[main.experience]
|
||||||
|
|
Loading…
Add table
Reference in a new issue