0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-01-07 12:44:00 +01:00
synapse/tests/handlers
Erik Johnston 9da84a9a1e Make AppserviceHandler stream events from database
This is for two reasons:

1. Suppresses duplicates correctly, as the notifier doesn't do any
   duplicate suppression.
2. Makes it easier to connect the AppserviceHandler to the replication
   stream.
2016-08-18 11:54:41 +01:00
..
__init__.py
test_appservice.py Make AppserviceHandler stream events from database 2016-08-18 11:54:41 +01:00
test_auth.py PEP8 2016-08-08 17:20:38 +01:00
test_device.py
test_directory.py
test_e2e_keys.py
test_presence.py
test_profile.py
test_register.py
test_typing.py