Take out the @ state_key restriction from the auth rules

This is being handled in https://github.com/matrix-org/matrix-doc/pull/1591
pull/977/head
Travis Ralston 6 years ago
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…
Cancel
Save