diff options
author | Erik Johnston <erik@matrix.org> | 2020-02-04 17:25:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 17:25:54 +0000 |
commit | 6475382d807e1fed095d1e3fbd04884799ebd612 (patch) | |
tree | f143e1b01f431cfcd1890abc68cb2602e3c8a674 /changelog.d | |
parent | Update changelog (diff) | |
download | synapse-6475382d807e1fed095d1e3fbd04884799ebd612.tar.xz |
Fix detecting unknown devices from remote encrypted events. (#6848)
We were looking at the wrong event type (`m.room.encryption` vs `m.room.encrypted`). Also fixup the duplicate `EvenTypes` entries. Introduced in #6776.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6848.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6848.bugfix b/changelog.d/6848.bugfix new file mode 100644 index 0000000000..65688e5d57 --- /dev/null +++ b/changelog.d/6848.bugfix @@ -0,0 +1 @@ +Fix detecting unknown devices from remote encrypted events. |