diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-10-26 23:47:37 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-10-27 00:54:26 +0100 |
commit | db24d7f15e406390d57b23d48a78fa33604a47e7 (patch) | |
tree | bc93ca9406c6cd1f57e93d00f7b50312f54691ed /changelog.d | |
parent | optimise state copying (diff) | |
download | synapse-db24d7f15e406390d57b23d48a78fa33604a47e7.tar.xz |
Better handling of odd PLs during room upgrades
Fixes handling of rooms where we have permission to send the tombstone, but not other state. We need to (a) fail more gracefully when we can't send the PLs in the old room, and (b) not set the PLs in the new room until we are done with the other stuff.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4099.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4099.feature b/changelog.d/4099.feature new file mode 100644 index 0000000000..a3f7dbdcdd --- /dev/null +++ b/changelog.d/4099.feature @@ -0,0 +1 @@ +Support for replacing rooms with new ones |