mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-03-06 05:15:54 -05:00

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.