From e041378a98f0140cd921b47fb654090dfc453cd4 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Tue, 9 Jun 2020 14:39:54 -0500 Subject: Suppress warning. --- matrix-synapse/templates/homeserver.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matrix-synapse') diff --git a/matrix-synapse/templates/homeserver.yaml.j2 b/matrix-synapse/templates/homeserver.yaml.j2 index e5ca120..fd984cc 100644 --- a/matrix-synapse/templates/homeserver.yaml.j2 +++ b/matrix-synapse/templates/homeserver.yaml.j2 @@ -1305,7 +1305,7 @@ trusted_key_servers: # 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: true # The signing keys to use when acting as a trusted key server. If not specified # defaults to the server signing key. -- cgit v1.2.3