fix: Disable policy server checks

Signed-off-by: timedout <git@nexy7574.co.uk>
This commit is contained in:
timedout
2026-03-22 16:06:25 +00:00
parent 12f55edb5a
commit 01b40ad03a
+1
View File
@@ -62,6 +62,7 @@ class RoomPolicyHandler:
Returns:
bool: True if the event is allowed in the room, False otherwise.
"""
return True
if event.type == POLICY_SERVER_EVENT_TYPE and event.state_key is not None:
return True # always allow policy server change events