1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

add privacy on push notifications

I think it's the only things to do with that.
This commit is contained in:
rosbeef andino 2023-01-28 19:29:09 +00:00 committed by GitHub
parent 75349b38b7
commit 0588509c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,15 @@ services = ["matrix-__APP__"]
help = "Overrides 3PID settings if MSISDNs are set as required."
bind = ":/etc/matrix-__APP__/homeserver.yaml"
visible = "enable_registration"
[main.privacy.disable_msisdn_registration]
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)."
bind = ":/etc/matrix-__APP__/homeserver.yaml"
visible = "include_content"
[main.experience]
name = "User Experience"