mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-08 23:38:29 -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.