mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
29574fd5b3
This is mainly done by moving the calculation of where to send presence updates from the presence handler to the transaction queue, so we only need to send the presence event (and not the destinations) across the replication connection. Before we were duplicating by sending the full state across once per destination. |
||
---|---|---|
.. | ||
__init__.py | ||
appservice.py | ||
client_reader.py | ||
federation_reader.py | ||
federation_sender.py | ||
homeserver.py | ||
media_repository.py | ||
pusher.py | ||
synchrotron.py | ||
synctl.py |