summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-01-18 19:00:37 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-01-18 19:00:37 +0000
commita3255f90e2adec51b1c5263c6442da6f8b735790 (patch)
treea513cca53c7d2948b56e69301bb8ad07ab749503 /develop/print.html
parentdeploy: b88cfe6d41ede17bde4144ca12f9dc9d0ef21215 (diff)
downloadsynapse-a3255f90e2adec51b1c5263c6442da6f8b735790.tar.xz
deploy: e8f2bf5c40c27e68e5983ebbd1fc0281bc45bf5f
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html
index 08bf66b95a..39d647945a 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -3723,7 +3723,8 @@ rooms directory via federation. Defaults to false.</p>
 <p>Known room versions are listed <a href="https://spec.matrix.org/latest/rooms/#complete-list-of-room-versions">here</a></p>
 <p>For example, for room version 1, <code>default_room_version</code> should be set
 to &quot;1&quot;.</p>
-<p>Currently defaults to &quot;9&quot;.</p>
+<p>Currently defaults to <a href="https://spec.matrix.org/v1.5/rooms/v10/">&quot;10&quot;</a>.</p>
+<p><em>Changed in Synapse 1.76:</em> the default version room version was increased from <a href="https://spec.matrix.org/v1.5/rooms/v9/">9</a> to <a href="https://spec.matrix.org/v1.5/rooms/v10/">10</a>.</p>
 <p>Example configuration:</p>
 <pre><code class="language-yaml">default_room_version: &quot;8&quot;
 </code></pre>