diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-04 07:38:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 07:38:35 +0000 |
commit | 012087546227e566eb7234faae54ab7674e017de (patch) | |
tree | 39a5267b9f38575fe5a0be401074726494e7b38e /changelog.d | |
parent | Add ephemeral messages support (MSC2228) (#6409) (diff) | |
download | synapse-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.bugfix | 1 |
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. |