mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-29 11:33:20 -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.