MatrixSynapse/synapse/federation
Richard van der Hoff e81d62009e
Split `on_receive_pdu` in half (#10640)
Here we split on_receive_pdu into two functions (on_receive_pdu and process_pulled_event), rather than having both cases in the same method. There's a tiny bit of overlap, but not that much.
2021-08-19 17:05:12 +00:00
..
sender
transport
__init__.py
federation_base.py
federation_client.py Attempt to pull from the legacy spaces summary API over federation. (#10583) 2021-08-17 08:19:12 -04:00
federation_server.py Split `on_receive_pdu` in half (#10640) 2021-08-19 17:05:12 +00:00
persistence.py
send_queue.py
units.py