diff options
author | Erik Johnston <erik@matrix.org> | 2023-06-21 11:34:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 11:34:32 +0100 |
commit | 6c749c51244df582cce8579f99a0856f79145c2e (patch) | |
tree | 743ae2e17bd571ba8bef7259ef0cb1f3006baf03 | |
parent | Allow for the configuration of max request retries and min/max retry delays i... (diff) | |
download | synapse-6c749c51244df582cce8579f99a0856f79145c2e.tar.xz |
Fix typo in faster join docs (#15812)
Fixes #15756
-rw-r--r-- | changelog.d/15812.doc | 1 | ||||
-rw-r--r-- | docs/development/synapse_architecture/faster_joins.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/15812.doc b/changelog.d/15812.doc new file mode 100644 index 0000000000..de7b64e4a2 --- /dev/null +++ b/changelog.d/15812.doc @@ -0,0 +1 @@ +Fix typo in MSC number in faster remote room join architecture doc. diff --git a/docs/development/synapse_architecture/faster_joins.md b/docs/development/synapse_architecture/faster_joins.md index c32d713b8a..1e6d585b00 100644 --- a/docs/development/synapse_architecture/faster_joins.md +++ b/docs/development/synapse_architecture/faster_joins.md @@ -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. |