diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-02-18 07:29:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 07:29:44 -0500 |
commit | fe3941f6e33a17fa7cdf209a4370f4e805341db4 (patch) | |
tree | 479ab10068ae1525356193fef8a6bd55a36d8d00 /changelog.d | |
parent | Kill off deprecated "config-on-the-fly" docker mode (#6918) (diff) | |
download | synapse-fe3941f6e33a17fa7cdf209a4370f4e805341db4.tar.xz |
Stop sending events when creating or deleting aliases (#6904)
Stop sending events when creating or deleting associations (room aliases). Send an updated canonical alias event if one of the alt_aliases is deleted.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6904.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6904.removal b/changelog.d/6904.removal new file mode 100644 index 0000000000..a5cc0c3605 --- /dev/null +++ b/changelog.d/6904.removal @@ -0,0 +1 @@ +Stop sending alias events during adding / removing aliases. Check alt_aliases in the latest canonical aliases event when deleting an alias. |