summary refs log tree commit diff
path: root/changelog.d/6848.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix detecting unknown devices from remote encrypted events. (#6848)Erik Johnston2020-02-041-0/+1
We were looking at the wrong event type (`m.room.encryption` vs `m.room.encrypted`). Also fixup the duplicate `EvenTypes` entries. Introduced in #6776.