better riot.im support

This commit is contained in:
timokoesters
2020-04-08 15:05:00 +02:00
parent fdeee7fdb5
commit 8557278b90
5 changed files with 110 additions and 40 deletions

View File

@@ -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,