Fixup for 16b9557

This commit is contained in:
Jonas Platte 2020-05-31 22:56:51 +02:00
parent 16b9557d74
commit da7a97d490
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -423,6 +423,7 @@ pub struct FormattedBody {
pub format: MessageFormat, pub format: MessageFormat,
/// The formatted version of the `body`. /// The formatted version of the `body`.
#[serde(rename = "formatted_body")]
pub body: String, pub body: String,
} }