MatrixSynapse/synapse/api
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
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Pass room version object into event_auth.check and check_redaction (#6788) 2020-01-28 14:18:29 +00:00
constants.py Fix detecting unknown devices from remote encrypted events. (#6848) 2020-02-04 17:25:54 +00:00
errors.py Add `get_room_version` method 2020-01-31 10:28:15 +00:00
filtering.py Fixup synapse.api to pass mypy (#6733) 2020-01-20 17:34:13 +00:00
ratelimiting.py Fixup synapse.api to pass mypy (#6733) 2020-01-20 17:34:13 +00:00
room_versions.py Implement updated auth rules from MSC2260 2020-01-28 14:20:10 +00:00
urls.py Remove unused, undocumented "content repo" resource (#6628) 2020-01-03 17:10:52 +00:00