From 05620913d5a0a5c177bd3a327400a102fa8bc157 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 31 Jan 2023 19:59:40 +0000 Subject: [PATCH] Fix anchor for room-knocking heading (#1423) Fixes #1407 --- changelogs/room_versions/newsfragments/1423.clarification | 1 + content/server-server-api.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/room_versions/newsfragments/1423.clarification diff --git a/changelogs/room_versions/newsfragments/1423.clarification b/changelogs/room_versions/newsfragments/1423.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/room_versions/newsfragments/1423.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/content/server-server-api.md b/content/server-server-api.md index 13bd9934..34f9f5b5 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -877,7 +877,8 @@ on the resulting `m.room.member` event. If the joining server fails all conditions then a 403 `M_FORBIDDEN` error is used by the resident server. -## Knocking upon a room + +## Knocking upon a room Rooms can permit knocking through the join rules, and if permitted this gives users a way to request to join (be invited) to the room. Users who