Revert "block groups requests to fosdem"

This reverts commit 3f6530ed55.
This commit is contained in:
Richard van der Hoff 2021-02-06 12:03:46 +00:00
parent 3f6530ed55
commit 844b3e3f65

View file

@ -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