mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 15:05:07 -05:00
* Fix outbound federaion with multiple event persisters. We incorrectly notified federation senders that the minimum persisted stream position had advanced when we got an `RDATA` from an event persister. Notifying of federation senders already correctly happens in the notifier, so we just delete the offending line. * Change some interfaces to use RoomStreamToken. By enforcing use of `RoomStreamTokens` we make it less likely that people pass in random ints that they got from somewhere random. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| admin_cmd.py | ||
| appservice.py | ||
| client_reader.py | ||
| event_creator.py | ||
| federation_reader.py | ||
| federation_sender.py | ||
| frontend_proxy.py | ||
| generic_worker.py | ||
| homeserver.py | ||
| media_repository.py | ||
| phone_stats_home.py | ||
| pusher.py | ||
| synchrotron.py | ||
| user_dir.py | ||