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:
@ -847,9 +847,8 @@ password_providers:
|
||||
# For modern android devices the notification content will still appear
|
||||
# because it is loaded by the app. iPhone, however will send a
|
||||
# notification saying only that a message arrived and who it came from.
|
||||
#
|
||||
#push:
|
||||
# include_content: true
|
||||
push:
|
||||
include_content: {{ matrix_synapse_push_include_content }}
|
||||
|
||||
|
||||
# spam_checker:
|
||||
|
Reference in New Issue
Block a user