diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-02-20 16:24:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 16:24:04 -0500 |
commit | 99eed85a77acdc25b68f4a7b6447a5ffaecebb0d (patch) | |
tree | 2b69e1b3a8add0ecd5ad32bff2bc6588eeab66d9 /changelog.d | |
parent | don't insert into the device table for remote cross-signing keys (#6956) (diff) | |
download | synapse-99eed85a77acdc25b68f4a7b6447a5ffaecebb0d.tar.xz |
Do not send alias events when creating / upgrading a room (#6941)
Stop emitting room alias update events during room creation/upgrade.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6941.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6941.removal b/changelog.d/6941.removal new file mode 100644 index 0000000000..8573be84b3 --- /dev/null +++ b/changelog.d/6941.removal @@ -0,0 +1 @@ +Stop sending m.room.aliases events during room creation and upgrade. |