mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 13:01:21 +03:00
fix https://github.com/chatmail/core/issues/8463 Followup to https://github.com/chatmail/core/pull/8431: Re-dd `oauth2` to the two structs that serialized and sent over the wire. This solves an incompatibility problem where transports could not be synced to older versions of DC, and profiles could not be transferred, because the deserializer expected the field to be present. I now added `#[serde(default)]`, so that with this PR, Delta Chat will be compatible with both v2.56 and with older versions.