mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-01 05:06:52 -05:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| _slaved_id_tracker.py | ||
| account_data.py | ||
| appservice.py | ||
| events.py | ||
| filtering.py | ||
| presence.py | ||
| push_rule.py | ||
| pushers.py | ||
| receipts.py | ||
| registration.py | ||