Make Endpoint bound work for ruma_wrapper::Ruma
This commit is contained in:
parent
73e04e71d7
commit
1183105f15
2 changed files with 26 additions and 13 deletions
|
@ -160,7 +160,7 @@ fn create_message_event_route(
|
|||
_room_id: String,
|
||||
_event_type: String,
|
||||
_txn_id: String,
|
||||
body: Ruma<create_message_event::IncomingRequest>,
|
||||
body: Ruma<create_message_event::Request>,
|
||||
) -> MatrixResult<create_message_event::Response> {
|
||||
dbg!(&body);
|
||||
if let Ok(content) = body.data.clone().into_result() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue