mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-08 16:15:50 -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.