mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 04:45:57 -05:00
703de4ec13
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.