forked-synapse/synapse/api
Richard van der Hoff a8ce7aeb43
Pass room version object into event_auth.check and check_redaction (#6788)
These are easier to work with than the strings and we normally have one around.

This fixes `FederationHander._persist_auth_tree` which was passing a
RoomVersion object into event_auth.check instead of a string.
2020-01-28 14:18:29 +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 Merge pull request #6329 from matrix-org/babolivier/context_filters 2019-12-04 15:24:16 +00:00
errors.py Implement RedirectException (#6687) 2020-01-15 15:58:55 +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 Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
urls.py Remove unused, undocumented "content repo" resource (#6628) 2020-01-03 17:10:52 +00:00