diff options
author | Benjamin Bouvier <public@benj.me> | 2024-05-02 12:48:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-02 11:48:27 +0100 |
commit | c0ea2bf8005dc18463bded62ef84f8450955bece (patch) | |
tree | 0a54e06567a2d42f1f8f7b146859379635d5ebbc /changelog.d | |
parent | Add support for MSC3823 - Account Suspension (#17051) (diff) | |
download | synapse-c0ea2bf8005dc18463bded62ef84f8450955bece.tar.xz |
synapse complement image: hardcode enabling msc3266 (#17105)
This is an alternative to https://github.com/matrix-org/matrix-rust-sdk/issues/3340 where we don't need to change our CI setup too much in the Rust SDK repository, and still can test MSC3266.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17105.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17105.misc b/changelog.d/17105.misc new file mode 100644 index 0000000000..d4443b89cf --- /dev/null +++ b/changelog.d/17105.misc @@ -0,0 +1 @@ +Enabled MSC3266 by default in the synapse complement image. |