client-api: Fix broken update_backup::Request deserialization

This commit is contained in:
Jonas Platte 2022-01-27 15:41:33 +01:00
parent e906de7eee
commit fab5c9128f
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -21,7 +21,7 @@ ruma_api! {
pub version: &'a str,
/// The algorithm used for storing backups.
#[serde(flatten)]
#[ruma_api(body)]
pub algorithm: Raw<BackupAlgorithm>,
}