Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix typo in faster join docs #15812

Merged
merged 2 commits into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/15812.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix typo in MSC number in faster remote room join architecture doc.
2 changes: 1 addition & 1 deletion docs/development/synapse_architecture/faster_joins.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a work-in-progress set of notes with two goals:

See also [MSC3902](https://github.com/matrix-org/matrix-spec-proposals/pull/3902).

The key idea is described by [MSC706](https://github.com/matrix-org/matrix-spec-proposals/pull/3902). This allows servers to
The key idea is described by [MSC3706](https://github.com/matrix-org/matrix-spec-proposals/pull/3706). This allows servers to
request a lightweight response to the federation `/send_join` endpoint.
This is called a **faster join**, also known as a **partial join**. In these
notes we'll usually use the word "partial" as it matches the database schema.
Expand Down