Revert "block groups requests to fosdem"

This reverts commit 3f6530ed55.
michaelkaye/remove_warning
Richard van der Hoff 2021-02-06 12:03:46 +00:00
parent 3f6530ed55
commit 844b3e3f65
1 changed files with 0 additions and 3 deletions

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