diff options
author | Neil Johnson <neil@matrix.org> | 2019-09-25 10:26:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 10:26:36 +0100 |
commit | 13f6a879914b847509dc437ae6e68d46cc7306df (patch) | |
tree | bbadef45c3c4e4cd1403678a1471054fcc5b9b49 | |
parent | black (diff) | |
download | synapse-13f6a879914b847509dc437ae6e68d46cc7306df.tar.xz |
improve clarity
-rw-r--r-- | synapse/config/key.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/key.py b/synapse/config/key.py index e6133faf77..e581cff1ab 100644 --- a/synapse/config/key.py +++ b/synapse/config/key.py @@ -109,7 +109,7 @@ class KeyConfig(Config): makes matrix.org a good choice for many admins, but some admins may wish to choose another. To suppress this warning, the admin should set 'trusted_key_servers' in homeserver.yaml to their - desired key server. + desired key server and 'suppress_key_server_warning' to 'True'. In a future release the software defined default will be removed entirely and the trusted key server will be defined |