From 710d958c646dcdebea9d0ec254f1bc80fb0e82f5 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 22 May 2020 11:41:41 +0100 Subject: 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. --- changelog.d/7547.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/7547.misc (limited to 'changelog.d/7547.misc') 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. -- cgit 1.5.1