mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-17 23:34:05 -05:00
![Richard van der Hoff](/assets/img/avatar_default.png)
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.