summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-02-06 12:03:46 +0000
committerRichard van der Hoff <richard@matrix.org>2021-02-06 12:03:46 +0000
commit844b3e3f65eb5d6fb03f5ee94ef70befeffcdd6b (patch)
tree620c0ce4ca82d7e8aa9fe69b89466f3ac150c750
parentblock groups requests to fosdem (diff)
downloadsynapse-844b3e3f65eb5d6fb03f5ee94ef70befeffcdd6b.tar.xz
Revert "block groups requests to fosdem"
This reverts commit 3f6530ed5575a9ea574e026dbd4fe59caf3afebe.
-rw-r--r--synapse/handlers/groups_local.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/handlers/groups_local.py b/synapse/handlers/groups_local.py
index df040a675e..71f11ef94a 100644
--- a/synapse/handlers/groups_local.py
+++ b/synapse/handlers/groups_local.py
@@ -42,9 +42,6 @@ def _create_rerouter(func_name):
         else:
             destination = get_domain_from_id(group_id)
 
-            if destination == "fosdem.org":
-                raise SynapseError(502, "Failed to contact group server")
-
             try:
                 return await getattr(self.transport_client, func_name)(
                     destination, group_id, *args, **kwargs