From 1850d9a6539ff88373508327eb9aa1e8832688fa Mon Sep 17 00:00:00 2001 From: Quentin Date: Sun, 27 Oct 2019 15:26:21 +0100 Subject: [chat] Synapse finally accepts my registration file... --- consul/configuration/chat/synapse/homeserver.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'consul/configuration/chat/synapse/homeserver.yaml') diff --git a/consul/configuration/chat/synapse/homeserver.yaml b/consul/configuration/chat/synapse/homeserver.yaml index 119dd7c..9e0e97f 100644 --- a/consul/configuration/chat/synapse/homeserver.yaml +++ b/consul/configuration/chat/synapse/homeserver.yaml @@ -307,7 +307,8 @@ room_invite_state_types: # A list of application service config file to use -app_service_config_files: [] +app_service_config_files: + - "/etc/matrix-synapse/fb2mx_registration.yaml" # macaroon_secret_key: @@ -402,4 +403,8 @@ password_config: # notif_template_html: notif_mail.html # notif_template_text: notif_mail.txt # notif_for_new_users: True + +# Key that had to be added after some synapse updates to please matrix developers... report_stats: false +suppress_key_server_warning: true +enable_group_creation: true -- cgit v1.2.3