diff options
author | clokep <clokep@users.noreply.github.com> | 2022-03-12 18:24:16 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2022-03-12 18:24:16 +0000 |
commit | 81e0435563fcd8f47be7d0801172f29695b485b7 (patch) | |
tree | a63e95c4bf1430d7749e45dd0e1c43a24c31b329 /develop/print.html | |
parent | deploy: ef3619e61d84493d98470eb2a69131d15eb1166b (diff) | |
download | synapse-81e0435563fcd8f47be7d0801172f29695b485b7.tar.xz |
deploy: 54f674f7a9107d3dccd6c126c3e99337314a12c2
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html index 2a898196c2..9558290e01 100644 --- a/develop/print.html +++ b/develop/print.html @@ -1639,6 +1639,14 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> +<h1 id="upgrading-to-v1560"><a class="header" href="#upgrading-to-v1560">Upgrading to v1.56.0</a></h1> +<h2 id="groupscommunities-feature-has-been-deprecated"><a class="header" href="#groupscommunities-feature-has-been-deprecated">Groups/communities feature has been deprecated</a></h2> +<p>The non-standard groups/communities feature in Synapse has been deprecated and will +be disabled by default in Synapse v1.58.0.</p> +<p>You can test disabling it by adding the following to your homeserver configuration:</p> +<pre><code class="language-yaml">experimental_features: + groups_enabled: false +</code></pre> <h1 id="upgrading-to-v1550"><a class="header" href="#upgrading-to-v1550">Upgrading to v1.55.0</a></h1> <h2 id="synctl-script-has-been-moved"><a class="header" href="#synctl-script-has-been-moved"><code>synctl</code> script has been moved</a></h2> <p>The <code>synctl</code> script |