Message and message_correct::Replace now has typed Id
This commit is contained in:
parent
4f8d6697d6
commit
33098e6f2c
9 changed files with 45 additions and 32 deletions
|
|
@ -59,7 +59,7 @@ pub async fn handle_message_group_chat(
|
|||
|
||||
let event = if let Some(correction) = correction {
|
||||
Event::RoomMessageCorrection(
|
||||
Some(correction.id),
|
||||
correction.id,
|
||||
from.to_bare(),
|
||||
RoomNick::from_resource_ref(resource),
|
||||
body.clone(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue