better riot.im support
This commit is contained in:
parent
fdeee7fdb5
commit
8557278b90
5 changed files with 110 additions and 40 deletions
|
@ -95,7 +95,7 @@ where
|
|||
let http_request = http_request.body(body.clone()).unwrap();
|
||||
log::info!("{:?}", http_request);
|
||||
|
||||
match T::Incoming::try_from(dbg!(http_request)) {
|
||||
match T::Incoming::try_from(http_request) {
|
||||
Ok(t) => Success(Ruma {
|
||||
body: t,
|
||||
user_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue