Link to auth rules

This commit is contained in:
Richard van der Hoff 2017-11-22 22:42:55 +00:00
parent 0960229a80
commit 5ab9ee6b88

View file

@ -474,6 +474,8 @@ Target User
For an ``m.room.member`` state event, the user given by the ``state_key`` of For an ``m.room.member`` state event, the user given by the ``state_key`` of
the event. the event.
.. _`authorization rules`:
Rules Rules
+++++ +++++
@ -704,7 +706,7 @@ results of the resolution so far.
* Add the first event in the list to :math:`R`. * Add the first event in the list to :math:`R`.
* For each subsequent event in the list, check that the event would be * For each subsequent event in the list, check that the event would be
allowed by the Authorization Rules for a room in state :math:`R`. If the allowed by the `authorization rules`_ for a room in state :math:`R`. If the
event would be allowed, then update :math:`R` with the event and continue event would be allowed, then update :math:`R` with the event and continue
with the next event in the list. If it would not be allowed, stop and with the next event in the list. If it would not be allowed, stop and
continue below with ``m.room.join_rules`` events. continue below with ``m.room.join_rules`` events.