summary refs log tree commit diff
path: root/develop/development/synapse_architecture/faster_joins.html
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2023-06-21 10:35:38 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2023-06-21 10:35:38 +0000
commit0305ea1ac528e64dd16853d07935417d748ad1ce (patch)
tree1958ad1c6432c3e67ed3a22dd85cfc786180edbe /develop/development/synapse_architecture/faster_joins.html
parentdeploy: 496f73103df838795b0e98f8c1c7337468e41abc (diff)
downloadsynapse-0305ea1ac528e64dd16853d07935417d748ad1ce.tar.xz
deploy: 6c749c51244df582cce8579f99a0856f79145c2e
Diffstat (limited to 'develop/development/synapse_architecture/faster_joins.html')
-rw-r--r--develop/development/synapse_architecture/faster_joins.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/development/synapse_architecture/faster_joins.html b/develop/development/synapse_architecture/faster_joins.html

index 925ba53fe7..1c77bbc91f 100644 --- a/develop/development/synapse_architecture/faster_joins.html +++ b/develop/development/synapse_architecture/faster_joins.html
@@ -153,7 +153,7 @@ <li>record the rationale behind our choices.</li> </ul> <p>See also <a href="https://github.com/matrix-org/matrix-spec-proposals/pull/3902">MSC3902</a>.</p> -<p>The key idea is described by <a href="https://github.com/matrix-org/matrix-spec-proposals/pull/3902">MSC706</a>. This allows servers to +<p>The key idea is described by <a href="https://github.com/matrix-org/matrix-spec-proposals/pull/3706">MSC3706</a>. This allows servers to request a lightweight response to the federation <code>/send_join</code> endpoint. This is called a <strong>faster join</strong>, also known as a <strong>partial join</strong>. In these notes we'll usually use the word &quot;partial&quot; as it matches the database schema.</p>