diff options
author | Aminda Suomalainen <suomalainen+git@mikaela.info> | 2022-05-19 14:28:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 12:28:10 +0100 |
commit | d25935cd3d92a77a43719df8f6763be0cbcf665b (patch) | |
tree | 508cd50cf0932792a341bc3ccc34807c956b9bc0 /changelog.d | |
parent | Add missing user directory search endpoint to the generic worker documentatio... (diff) | |
download | synapse-d25935cd3d92a77a43719df8f6763be0cbcf665b.tar.xz |
Implement MSC3818: copy room type on upgrade (#12786)
Resolves: #11896 Signed-off-by: Aminda Suomalainen <suomalainen+git@mikaela.info>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12786.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12786.feature b/changelog.d/12786.feature new file mode 100644 index 0000000000..c90ddd411e --- /dev/null +++ b/changelog.d/12786.feature @@ -0,0 +1 @@ +Implement [MSC3818: Copy room type on upgrade](https://github.com/matrix-org/matrix-spec-proposals/pull/3818). |