parent
3f6530ed55
commit
844b3e3f65
|
@ -42,9 +42,6 @@ def _create_rerouter(func_name):
|
||||||
else:
|
else:
|
||||||
destination = get_domain_from_id(group_id)
|
destination = get_domain_from_id(group_id)
|
||||||
|
|
||||||
if destination == "fosdem.org":
|
|
||||||
raise SynapseError(502, "Failed to contact group server")
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
return await getattr(self.transport_client, func_name)(
|
return await getattr(self.transport_client, func_name)(
|
||||||
destination, group_id, *args, **kwargs
|
destination, group_id, *args, **kwargs
|
||||||
|
|
Loading…
Reference in New Issue