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

* Fix missed rst->md numbered list syntax
This commit is contained in:
Andrew Morgan 2022-02-06 17:49:56 +00:00 committed by GitHub
parent c400dc99c0
commit e7adfd5ed1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

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

View file

@ -16,11 +16,11 @@ description: |-
the following order:
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.
#. If the server name matches an entry in the `deny` list, deny.
#. If the server name matches an entry in the `allow` list, allow.
#. Otherwise, deny.
3. If the server name matches an entry in the `deny` list, deny.
4. If the server name matches an entry in the `allow` list, allow.
5. Otherwise, deny.
**Note:**
Server ACLs do not restrict the events relative to the room DAG via authorisation