mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-20 15:34:53 +00:00
ac21bf08f3
This is in prep for converting the event serialization to Rust. This is a fairly mechanical port, except that we store the appservice ID rather than the appservice object. This avoids us having to store a `Py<..>` (or port the appservice object over).