This commit is contained in:
Erik Johnston 2024-06-13 13:56:53 +01:00
parent f1c4dfb08b
commit e60b6cc533

View file

@ -1345,6 +1345,7 @@ class FederationServer(FederationBase):
Raises: Raises:
AuthError if the server does not match the ACL AuthError if the server does not match the ACL
""" """
# Test.
server_acl_evaluator = ( server_acl_evaluator = (
await self._storage_controllers.state.get_server_acl_for_room(room_id) await self._storage_controllers.state.get_server_acl_for_room(room_id)
) )