summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-05-22 11:41:41 +0100
committerGitHub <noreply@github.com>2020-05-22 11:41:41 +0100
commit710d958c646dcdebea9d0ec254f1bc80fb0e82f5 (patch)
tree54563ca267eff0fe79137d02f2e85a19698b9a73 /changelog.d
parentFix exception reporting due to HTTP request errors. (#7556) (diff)
downloadsynapse-710d958c646dcdebea9d0ec254f1bc80fb0e82f5.tar.xz
On upgrade room only send canonical alias once. (#7547)
Instead of doing a complicated dance of deleting and moving aliases one
by one, which sends a canonical alias update into the old room for each
one, lets do it all in one go.

This also changes the function to move *all* local alias events to the new
room, however that happens later on anyway.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7547.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7547.misc b/changelog.d/7547.misc
new file mode 100644
index 0000000000..2cb8f9bd5b
--- /dev/null
+++ b/changelog.d/7547.misc
@@ -0,0 +1 @@
+On upgrade room only send canonical alias once.