Allow configuring push content for matrix-synapse
This allows overriding the default value for `include_content`. Setting this to false allows homeserver admins to ensure that message content isn't sent in the clear through third party servers.
This commit is contained in:
@ -140,6 +140,11 @@ matrix_synapse_app_service_config_files: []
|
||||
# any password providers have been enabled or not.
|
||||
matrix_synapse_password_providers_enabled: false
|
||||
|
||||
# Whether clients can request to include message content in push notifications
|
||||
# sent through third party servers. Setting this to false requires mobile clients
|
||||
# to load message content directly from the homeserver.
|
||||
matrix_synapse_push_include_content: true
|
||||
|
||||
# Enable exposure of metrics to Prometheus
|
||||
# See https://github.com/matrix-org/synapse/blob/master/docs/metrics-howto.rst
|
||||
matrix_synapse_metrics_enabled: false
|
||||
|
Reference in New Issue
Block a user