MatrixSynapse/tests
Richard van der Hoff 00db90f409
Fix recording of federation stream token (#7564)
A couple of changes of significance:

 * remove the `_last_ack < federation_position` condition, so that
   updates will still be correctly processed after restart

 * Correctly wire up send_federation_ack to the right class.
2020-05-26 11:41:38 +01:00
..
api
app
appservice
config
crypto
events
federation Add ability to wait for replication streams (#7542) 2020-05-22 14:21:54 +01:00
handlers Add ability to wait for replication streams (#7542) 2020-05-22 14:21:54 +01:00
http
logging
push
replication Fix recording of federation stream token (#7564) 2020-05-26 11:41:38 +01:00
rest Convert sending mail to async/await. (#7557) 2020-05-22 13:41:11 +01:00
scripts
server_notices Optimise some references to hs.config (#7546) 2020-05-22 21:47:07 +01:00
state
storage Optimise some references to hs.config (#7546) 2020-05-22 21:47:07 +01:00
test_utils
util
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py Add ability to wait for replication streams (#7542) 2020-05-22 14:21:54 +01:00
test_mau.py Optimise some references to hs.config (#7546) 2020-05-22 21:47:07 +01:00
test_metrics.py
test_phone_home.py
test_preview.py
test_server.py Fix missing CORS headers on OPTION responses (#7560) 2020-05-22 17:42:39 +01:00
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py