Upgrade Ruma

This commit is contained in:
Jonas Platte 2022-02-03 20:23:35 +01:00
parent 2d9c5791a6
commit d23d6fbb37
No known key found for this signature in database
GPG key ID: 7D261D771D915378
3 changed files with 20 additions and 20 deletions

View file

@ -54,7 +54,7 @@ pub async fn send_event_to_device_route(
DirectDeviceContent {
sender: sender_user.clone(),
ev_type: EventType::from(&*body.event_type),
message_id: body.txn_id.to_string(),
message_id: body.txn_id.clone(),
messages,
},
))