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:
Travis Ralston 2018-08-29 10:26:02 -06:00
parent c297c6a35d
commit 90fe395aeb

View file

@ -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::