summary refs log tree commit diff
path: root/synapse/config/registration.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2017-04-10 17:58:28 +0100
committerMatthew Hodgson <matthew@matrix.org>2017-04-10 17:58:36 +0100
commit7c551ec445193beb677ce7a3a8a96528bc6b7cc1 (patch)
tree58879eda7f2660b68e890ecffb4208bd54cb30e3 /synapse/config/registration.py
parentTypo (diff)
downloadsynapse-7c551ec445193beb677ce7a3a8a96528bc6b7cc1.tar.xz
trust a hypothetical future riot.im IS
Diffstat (limited to 'synapse/config/registration.py')
-rw-r--r--synapse/config/registration.py1
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):