0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-16 21:38:58 +02:00
synapse/changelog.d/7547.misc
Erik Johnston 710d958c64
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.
2020-05-22 11:41:41 +01:00

1 line
49 B
Text

On upgrade room only send canonical alias once.