feat: whoami route

This commit is contained in:
timokoesters 2020-07-27 17:38:00 +02:00
parent 489cbc0a93
commit dd3dab39ae
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
3 changed files with 83 additions and 104 deletions

View file

@ -11,9 +11,9 @@ use {
Data, FromDataFuture, FromTransformedData, Transform, TransformFuture, Transformed,
},
http::Status,
outcome::Outcome::*,
response::{self, Responder},
tokio::io::AsyncReadExt,
outcome::Outcome::*,
Request, State,
},
ruma::api::Endpoint,