From 5ab9ee6b8846f5f42bf9816baad2d7ce19b07687 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 22 Nov 2017 22:42:55 +0000 Subject: [PATCH] Link to auth rules --- specification/server_server_api.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/server_server_api.rst b/specification/server_server_api.rst index 4c0f6325..ab40c8a8 100644 --- a/specification/server_server_api.rst +++ b/specification/server_server_api.rst @@ -474,6 +474,8 @@ Target User For an ``m.room.member`` state event, the user given by the ``state_key`` of the event. +.. _`authorization rules`: + Rules +++++ @@ -704,7 +706,7 @@ results of the resolution so far. * Add the first event in the list to :math:`R`. * 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 with the next event in the list. If it would not be allowed, stop and continue below with ``m.room.join_rules`` events.