From da7a97d490ea57709e2dbfc506a3abd85a2ecc9c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 31 May 2020 22:56:51 +0200 Subject: [PATCH] Fixup for 16b9557 --- src/room/message.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/room/message.rs b/src/room/message.rs index bce2c577..edd54cdd 100644 --- a/src/room/message.rs +++ b/src/room/message.rs @@ -423,6 +423,7 @@ pub struct FormattedBody { pub format: MessageFormat, /// The formatted version of the `body`. + #[serde(rename = "formatted_body")] pub body: String, }