Fix missed rst->md numbered list syntax for `m.room.server_acl` (#3681)

* Fix missed rst->md numbered list syntax
pull/3716/head
Andrew Morgan 2 years ago committed by GitHub
parent c400dc99c0
commit e7adfd5ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
Fix broken syntax in Server Access Control Lists definition.

@ -16,11 +16,11 @@ description: |-
the following order: the following order:
1. If there is no `m.room.server_acl` event in the room state, allow. 1. If there is no `m.room.server_acl` event in the room state, allow.
#. If the server name is an IP address (v4 or v6) literal, and `allow_ip_literals` 2. If the server name is an IP address (v4 or v6) literal, and `allow_ip_literals`
is present and `false`, deny. is present and `false`, deny.
#. If the server name matches an entry in the `deny` list, deny. 3. If the server name matches an entry in the `deny` list, deny.
#. If the server name matches an entry in the `allow` list, allow. 4. If the server name matches an entry in the `allow` list, allow.
#. Otherwise, deny. 5. Otherwise, deny.
**Note:** **Note:**
Server ACLs do not restrict the events relative to the room DAG via authorisation Server ACLs do not restrict the events relative to the room DAG via authorisation

Loading…
Cancel
Save