introduce new synapse vars
This commit is contained in:
@ -1361,7 +1361,7 @@ registrations_require_3pid: {{ matrix_synapse_registrations_require_3pid|to_json
|
||||
# Explicitly disable asking for MSISDNs from the registration
|
||||
# flow (overrides registrations_require_3pid if MSISDNs are set as required)
|
||||
#
|
||||
#disable_msisdn_registration: true
|
||||
disable_msisdn_registration: {{ matrix_synapse_disable_msisdn_registration|to_json }}
|
||||
|
||||
# Mandate that users are only allowed to associate certain formats of
|
||||
# 3PIDs with accounts on this server.
|
||||
@ -1746,7 +1746,7 @@ trusted_key_servers: {{ matrix_synapse_trusted_key_servers|to_json }}
|
||||
# Uncomment the following to disable the warning that is emitted when the
|
||||
# trusted_key_servers include 'matrix.org'. See above.
|
||||
#
|
||||
#suppress_key_server_warning: true
|
||||
suppress_key_server_warning: {{ matrix_synapse_suppress_key_server_warning|to_json }}
|
||||
|
||||
# The signing keys to use when acting as a trusted key server. If not specified
|
||||
# defaults to the server signing key.
|
||||
@ -2970,6 +2970,15 @@ background_updates:
|
||||
#default_batch_size: 50
|
||||
|
||||
experimental_features:
|
||||
{% if matrix_synapse_experimental_features_msc2409_to_device_messages_enabled %}
|
||||
msc2409_to_device_messages_enabled: true
|
||||
{% endif %}
|
||||
{% if matrix_synapse_experimental_features_msc3202_device_masquerading_enabled %}
|
||||
msc3202_device_masquerading: true
|
||||
{% endif %}
|
||||
{% if matrix_synapse_experimental_features_msc3202_transaction_extensions_enabled %}
|
||||
msc3202_transaction_extensions: true
|
||||
{% endif %}
|
||||
{% if matrix_synapse_experimental_features_msc3266_enabled %}
|
||||
msc3266_enabled: true
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user