summary refs log tree commit diff
path: root/v1.76/upgrade.html
diff options
context:
space:
mode:
authorH-Shay <H-Shay@users.noreply.github.com>2023-01-31 16:36:09 +0000
committerH-Shay <H-Shay@users.noreply.github.com>2023-01-31 16:36:09 +0000
commitc9f39244a3b8db00e109956676d1d65d42a19cd7 (patch)
treeb181fdf0438373797f00900e39b8720f34a9e363 /v1.76/upgrade.html
parentdeploy: cbb0ee43cc6ebb144de989421053d5a8d72cfe31 (diff)
downloadsynapse-c9f39244a3b8db00e109956676d1d65d42a19cd7.tar.xz
deploy: eafdb12dd8db985fbe1ac27ca75d28af8d4e4c5d
Diffstat (limited to '')
-rw-r--r--v1.76/upgrade.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/v1.76/upgrade.html b/v1.76/upgrade.html
index 3b8d25976e..c699dbbfe4 100644
--- a/v1.76/upgrade.html
+++ b/v1.76/upgrade.html
@@ -233,7 +233,7 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
 </ul>
 <h1 id="upgrading-to-v1760"><a class="header" href="#upgrading-to-v1760">Upgrading to v1.76.0</a></h1>
 <h2 id="faster-joins-are-enabled-by-default"><a class="header" href="#faster-joins-are-enabled-by-default">Faster joins are enabled by default</a></h2>
-<p>When joining a room for the first time, Synapse 1.76.0rc1 will request a partial join from the other server by default. Previously, server admins had to opt-in to this using an experimental config flag.</p>
+<p>When joining a room for the first time, Synapse 1.76.0 will request a partial join from the other server by default. Previously, server admins had to opt-in to this using an experimental config flag.</p>
 <p>Server admins can opt out of this feature for the time being by setting</p>
 <pre><code class="language-yaml">experimental:
     faster_joins: false