Compare commits

...

2 Commits

Author SHA1 Message Date
Erik Johnston
d69b3b4c9f Newsfile 2024-06-13 13:57:32 +01:00
Erik Johnston
e60b6cc533 WIP 2024-06-13 13:56:53 +01:00
2 changed files with 2 additions and 0 deletions

1
changelog.d/17303.misc Normal file
View File

@@ -0,0 +1 @@
IGNORE.

View File

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