mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-25 12:46:24 -05:00
Handle the fact that events can be persisted out of order, and so to get the "current max" stream token becomes non trivial - as we need to make sure that *all* stream tokens less than the current max have also successfully been persisted. |
||
|---|---|---|
| .. | ||
| engines | ||
| schema | ||
| util | ||
| __init__.py | ||
| _base.py | ||
| appservice.py | ||
| directory.py | ||
| event_federation.py | ||
| events.py | ||
| filtering.py | ||
| keys.py | ||
| media_repository.py | ||
| presence.py | ||
| profile.py | ||
| push_rule.py | ||
| pusher.py | ||
| registration.py | ||
| rejections.py | ||
| room.py | ||
| roommember.py | ||
| signatures.py | ||
| state.py | ||
| stream.py | ||
| transactions.py | ||