mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
This became a problem because #foundation-office:matrix.org has a malformed create event with its `predecessor` set to a string instead of a map. The solution to this is, unfortunately, to do more shotgun parsing to extract only the desired fields rather than trying to parse the entire content every time. To prevent this kind of problem from happening again, `RoomCreateEventContent` must only be used for creating new PDUs, existing PDUs must be shotgun-parsed. |
||
|---|---|---|
| .. | ||
| client_server | ||
| ruma_wrapper | ||
| appservice_server.rs | ||
| client_server.rs | ||
| ruma_wrapper.rs | ||
| server_server.rs | ||
| well_known.rs | ||