mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-13 16:32:04 +02:00
Add some informative comments about what's going on here. Also, `sent_to_us_directly` and `get_missing` were doing the same thing (apart from in `_handle_queued_pdus`, which looks like a bug), so let's get rid of `get_missing` and use `sent_to_us_directly` consistently.