0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-02 06:29:15 +02:00
synapse/changelog.d/6848.bugfix
Erik Johnston 6475382d80
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.
2020-02-04 17:25:54 +00:00

1 line
60 B
Text

Fix detecting unknown devices from remote encrypted events.