summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-01-24 15:29:05 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-01-24 15:29:05 +0000
commit3285222f88c5dd9fe3f89230337a626cbe5e81ac (patch)
tree5fe07f641e64db02695c789c9ecea8b671cc651f /develop/print.html
parentdeploy: 2069231645169a7b3526fc742e76948c4363660a (diff)
downloadsynapse-3285222f88c5dd9fe3f89230337a626cbe5e81ac.tar.xz
deploy: 4607be0b7b2165710dc2e5e68ec4281b593ca8c5
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index 3aa1e7679f..2c7ee23809 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -1772,6 +1772,13 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
 </li>
 </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>Server admins can opt out of this feature for the time being by setting</p>
+<pre><code class="language-yaml">experimental:
+    faster_joins: false
+</code></pre>
+<p>in their server config.</p>
 <h2 id="changes-to-the-account-data-replication-streams"><a class="header" href="#changes-to-the-account-data-replication-streams">Changes to the account data replication streams</a></h2>
 <p>Synapse has changed the format of the account data and devices replication
 streams (between workers). This is a forwards- and backwards-incompatible