diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-01-28 15:16:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-28 15:16:50 +0000 |
commit | 88f4df85cab81381f5ce661455cc74645dbb19e3 (patch) | |
tree | 5c5ed566ca3f68cc3c8e97ab20638f8e725edd33 /changelog.d | |
parent | Remove --process-dependency-links from UPGRADE.rst (#4485) (diff) | |
parent | Change return syntax in doc string (diff) | |
download | synapse-88f4df85cab81381f5ce661455cc74645dbb19e3.tar.xz |
Merge pull request #4412 from matrix-org/anoa/dm_room_upgrade
Migrate direct message and tag state on room upgrade
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4412.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4412.bugfix b/changelog.d/4412.bugfix new file mode 100644 index 0000000000..007be1b7db --- /dev/null +++ b/changelog.d/4412.bugfix @@ -0,0 +1 @@ +Copy over whether a room is a direct message and any associated room tags on room upgrade. \ No newline at end of file |