mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-03 14:38:37 +01:00
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
|
|
@ -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…
Reference in a new issue