surface message edit history (no edit_message tool - shard commits to its words)
This commit is contained in:
parent
9d490f5ca8
commit
bc3a4782cc
4 changed files with 75 additions and 5 deletions
|
|
@ -379,6 +379,7 @@ async fn fetch_event(
|
|||
body: text.body.clone(),
|
||||
in_reply_to,
|
||||
read_by: Vec::new(),
|
||||
edit_history: Vec::new(),
|
||||
})
|
||||
}
|
||||
matrix_sdk::ruma::events::AnySyncMessageLikeEvent::Reaction(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue