MatrixSynapse/tests/storage
Mark Haines 0a7d3cd00f Create separate methods for getting messages to push
for the email and http pushers rather than trying to make a single
method that will work with their conflicting requirements.

The http pusher needs to get the messages in ascending stream order, and
doesn't want to miss a message.

The email pusher needs to get the messages in descending timestamp order,
and doesn't mind if it misses messages.
2016-07-28 20:24:24 +01:00
..
__init__.py
event_injector.py
test__base.py
test_appservice.py
test_background_update.py
test_base.py
test_client_ips.py
test_devices.py
test_directory.py
test_event_push_actions.py Create separate methods for getting messages to push 2016-07-28 20:24:24 +01:00
test_events.py
test_presence.py
test_profile.py
test_redaction.py
test_registration.py
test_room.py
test_roommember.py