File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
data/event-schemas/schema Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ Fix broken syntax in Server Access Control Lists definition.
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ description: |-
1616 the following order:
1717
1818 1. If there is no `m.room.server_acl` event in the room state, allow.
19- # . If the server name is an IP address (v4 or v6) literal, and `allow_ip_literals`
19+ 2 . If the server name is an IP address (v4 or v6) literal, and `allow_ip_literals`
2020 is present and `false`, deny.
21- # . If the server name matches an entry in the `deny` list, deny.
22- # . If the server name matches an entry in the `allow` list, allow.
23- # . Otherwise, deny.
21+ 3 . If the server name matches an entry in the `deny` list, deny.
22+ 4 . If the server name matches an entry in the `allow` list, allow.
23+ 5 . Otherwise, deny.
2424
2525 **Note:**
2626 Server ACLs do not restrict the events relative to the room DAG via authorisation
You can’t perform that action at this time.
0 commit comments