diff options
author | Matthew Hodgson <matthew@matrix.org> | 2017-04-10 17:58:28 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2017-04-10 17:58:36 +0100 |
commit | 7c551ec445193beb677ce7a3a8a96528bc6b7cc1 (patch) | |
tree | 58879eda7f2660b68e890ecffb4208bd54cb30e3 /synapse/config | |
parent | Typo (diff) | |
download | synapse-7c551ec445193beb677ce7a3a8a96528bc6b7cc1.tar.xz |
trust a hypothetical future riot.im IS
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/registration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/config/registration.py b/synapse/config/registration.py index 87e500c97a..f7e03c4cde 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py @@ -69,6 +69,7 @@ class RegistrationConfig(Config): trusted_third_party_id_servers: - matrix.org - vector.im + - riot.im """ % locals() def add_arguments(self, parser): |