Take out the @ state_key restriction from the auth rules
This is being handled in https://github.com/matrix-org/matrix-doc/pull/1591
This commit is contained in:
parent
c297c6a35d
commit
90fe395aeb
1 changed files with 1 additions and 4 deletions
|
@ -450,10 +450,7 @@ The rules are as follows:
|
|||
|
||||
#. Otherwise, reject.
|
||||
|
||||
7. If the ``state_key`` starts with ``@`` and the ``state_key`` does not match
|
||||
the ``sender``, reject.
|
||||
|
||||
8. Otherwise, allow.
|
||||
7. Otherwise, allow.
|
||||
|
||||
.. NOTE::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue