mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 11:05:32 -04:00
This brings 2 important bug fixes: - Make deprecated fields of `m.room.encrypted` optional: it seems that there are events without these fields in the wild. - Fix deserialization of `RedactedRoomJoinRulesEventContent`. This was found by a bug report in Fractal that caused the same error as #3557 when restoring the client. So maybe we could consider that this bug is fixed? It is still possible that there is another deserialization error. There is also a breaking change in the format of the `state` field in response to `GET /v3/sync`.