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
http
logging
push
replication
rest
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
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py