mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-07 04:35:21 -05:00
![Erik Johnston](/assets/img/avatar_default.png)
Instead of parsing the full response to `/send_join` into Python objects (which can be huge for large rooms) and *then* parsing that into events, we instead use ijson to stream parse the response directly into `EventBase` objects.