From 7c551ec445193beb677ce7a3a8a96528bc6b7cc1 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 10 Apr 2017 17:58:28 +0100 Subject: [PATCH] trust a hypothetical future riot.im IS --- synapse/config/registration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/synapse/config/registration.py b/synapse/config/registration.py index 87e500c97..f7e03c4cd 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):