diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-05-19 18:32:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 18:32:48 +0100 |
commit | 96df31239cdbcd4f50f503bf329fe3bb86c39a20 (patch) | |
tree | d8cff9ad356b7c9f738e1beb3de89b230562dd8c /changelog.d | |
parent | Lay some foundation work to allow workers to only subscribe to some kinds of ... (diff) | |
download | synapse-96df31239cdbcd4f50f503bf329fe3bb86c39a20.tar.xz |
Add a unit test for copying over arbitrary room types when upgrading a room (#12792)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12792.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12792.feature b/changelog.d/12792.feature new file mode 100644 index 0000000000..4778b8a394 --- /dev/null +++ b/changelog.d/12792.feature @@ -0,0 +1 @@ +Implement [MSC3818: Copy room type on upgrade](https://github.com/matrix-org/matrix-spec-proposals/pull/3818). \ No newline at end of file |