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

Commit 6c749c5

Browse files
authored
Fix typo in faster join docs (#15812)
Fixes #15756
1 parent 496f731 commit 6c749c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/15812.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix typo in MSC number in faster remote room join architecture doc.

docs/development/synapse_architecture/faster_joins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a work-in-progress set of notes with two goals:
66

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

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

0 commit comments

Comments
 (0)