Fix fallback text field name for extensible events in RoomMessageEventContentWithoutRelation::make_reply_to_raw()
This commit is contained in:
parent
64089ed758
commit
e409d22ea0
@ -1,5 +1,10 @@
|
||||
# [unreleased]
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- Fix the name of the fallback text field for extensible events in
|
||||
`RoomMessageEventContentWithoutRelation::make_reply_to_raw()`
|
||||
|
||||
# 0.27.8
|
||||
|
||||
Improvements:
|
||||
|
@ -162,7 +162,7 @@ impl RoomMessageEventContentWithoutRelation {
|
||||
#[serde(flatten)]
|
||||
formatted: Option<FormattedBody>,
|
||||
#[cfg(feature = "unstable-msc1767")]
|
||||
#[serde(rename = "org.matrix.msc1767")]
|
||||
#[serde(rename = "org.matrix.msc1767.text")]
|
||||
text: Option<String>,
|
||||
#[serde(rename = "m.relates_to")]
|
||||
relates_to: Option<crate::room::encrypted::Relation>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user