diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-05-19 07:23:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-19 07:23:09 -0400 |
commit | 07771fa487e1d281fdcae35a47db87ab675cb6b3 (patch) | |
tree | 7763fbceb01f2efbd569df961268473e8215c7f0 /changelog.d | |
parent | Fix `HomeServer`s leaking during `trial` test runs (#15630) (diff) | |
download | synapse-07771fa487e1d281fdcae35a47db87ab675cb6b3.tar.xz |
Remove experimental configuration flags & unstable values for faster joins (#15625)
Synapse will no longer send (or respond to) the unstable flags for faster joins. These were only available behind a configuration flag and handled in parallel with the stable flags.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15625.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15625.misc b/changelog.d/15625.misc new file mode 100644 index 0000000000..7ea8cc9433 --- /dev/null +++ b/changelog.d/15625.misc @@ -0,0 +1 @@ +Remove the unstable identifiers from faster joins ([MSC3706](https://github.com/matrix-org/matrix-spec-proposals/pull/3706). |