summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-12-04 07:38:35 +0000
committerGitHub <noreply@github.com>2019-12-04 07:38:35 +0000
commit012087546227e566eb7234faae54ab7674e017de (patch)
tree39a5267b9f38575fe5a0be401074726494e7b38e /changelog.d
parentAdd ephemeral messages support (MSC2228) (#6409) (diff)
downloadsynapse-012087546227e566eb7234faae54ab7674e017de.tar.xz
Fix exception when a cross-signed device is deleted (#6462)
(hopefully)

... and deobfuscate the relevant bit of code.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6462.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6462.bugfix b/changelog.d/6462.bugfix
new file mode 100644
index 0000000000..c435939526
--- /dev/null
+++ b/changelog.d/6462.bugfix
@@ -0,0 +1 @@
+Fix bug which lead to exceptions being thrown in a loop when a cross-signed device is deleted.