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:
parent
75349b38b7
commit
0588509c64
1 changed files with 9 additions and 0 deletions
|
@ -101,6 +101,15 @@ services = ["matrix-__APP__"]
|
||||||
bind = ":/etc/matrix-__APP__/homeserver.yaml"
|
bind = ":/etc/matrix-__APP__/homeserver.yaml"
|
||||||
visible = "enable_registration"
|
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]
|
[main.experience]
|
||||||
name = "User Experience"
|
name = "User Experience"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue