diff options
author | H. Shay <hillerys@element.io> | 2023-01-31 10:36:31 -0800 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-01-31 10:36:31 -0800 |
commit | 41d177ca4a3d617eb82044048211c0d6b276f3aa (patch) | |
tree | cfa1b764b4843334f1db0187fbb3b6d1c78f0b9b /docs/upgrade.md | |
parent | Fix running cargo bench & test in CI. (#14943) (diff) | |
parent | update changelog and upgrade notes (diff) | |
download | synapse-41d177ca4a3d617eb82044048211c0d6b276f3aa.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'docs/upgrade.md')
-rw-r--r-- | docs/upgrade.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index 6316db563b..bc143444be 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -92,7 +92,7 @@ process, for example: ## Faster joins are enabled by default -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. +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. Server admins can opt out of this feature for the time being by setting |