Skip to content

Commit

Permalink
Fix anchor for room-knocking heading
Browse files Browse the repository at this point in the history
Fixes #1407
  • Loading branch information
richvdh committed Jan 31, 2023
1 parent d55af02 commit e1ddfde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/room_versions/newsfragments/1423.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various typos throughout the specification.
3 changes: 2 additions & 1 deletion content/server-server-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## <a name="knocking-rooms"> Knocking upon a room
<a name="knocking-rooms">
## 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
Expand Down

0 comments on commit e1ddfde

Please sign in to comment.