mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 16:47:48 -05:00
9ce53a3861
This just takes the existing `room_queues` logic and moves it out to `on_receive_pdu` instead of `_process_received_pdu`, which ensures that we don't start trying to fetch prev_events and whathaveyou until the join has completed.