-
- Downloads
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.
Showing
- changelog.d/10640.misc 1 addition, 0 deletionschangelog.d/10640.misc
- synapse/federation/federation_server.py 1 addition, 3 deletionssynapse/federation/federation_server.py
- synapse/handlers/federation.py 138 additions, 98 deletionssynapse/handlers/federation.py
- tests/test_federation.py 2 additions, 8 deletionstests/test_federation.py
Loading
Please register or sign in to comment