diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-04-12 10:20:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 10:20:46 -0400 |
commit | 9535fd0f9c4227be14452271e163c2ddbc3a0a19 (patch) | |
tree | bf8c1b7dccd5f0cfc828fceae816a8f351b185fb /docs | |
parent | Resync state after partial-state join (#12394) (diff) | |
download | synapse-9535fd0f9c4227be14452271e163c2ddbc3a0a19.tar.xz |
Disable groups/communities by default. (#12344)
This disables the endpoints (and sync response fields) for groups/communities by default.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/upgrade.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index f0c0a3998d..3d518c81c3 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -85,6 +85,13 @@ process, for example: dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb ``` +# Upgrading to v1.58.0 + +## Groups/communities feature has been disabled by default + +The non-standard groups/communities feature in Synapse has been disabled by default +and will be removed in Synapse v1.61.0. + # Upgrading to v1.57.0 ## Changes to database schema for application services |