mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-28 18:26:59 -05:00
e81d62009e
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.