MatrixSynapse/tests
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
..
api
app
appservice
config
crypto
events
federation
handlers Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
http
logging
push
replication Port synapse.replication.tcp to async/await (#6666) 2020-01-16 09:16:12 +00:00
rest Admin API to list, filter and sort rooms (#6720) 2020-01-22 13:36:43 +00:00
scripts
server_notices
state
storage Add `rooms.room_version` column (#6729) 2020-01-27 14:30:57 +00:00
test_utils
util Validate client_secret parameter (#6767) 2020-01-24 14:28:40 +00:00
__init__.py
server.py
test_distributor.py
test_event_auth.py Pass room version object into event_auth.check and check_redaction (#6788) 2020-01-28 14:18:29 +00:00
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_preview.py
test_server.py Implement RedirectException (#6687) 2020-01-15 15:58:55 +00:00
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Fix `/events/:event_id` deprecated API. (#6731) 2020-01-20 17:38:09 +00:00
utils.py Add `rooms.room_version` column (#6729) 2020-01-27 14:30:57 +00:00