Update ruma version

This commit is contained in:
Timo Kösters
2020-09-08 17:32:03 +02:00
parent 2a63d0955a
commit 1e8fbd8d50
33 changed files with 147 additions and 169 deletions

View File

@@ -12,7 +12,7 @@ use rocket::get;
)]
pub fn get_context_route(
db: State<'_, Database>,
body: Ruma<get_context::IncomingRequest>,
body: Ruma<get_context::Request<'_>>,
) -> ConduitResult<get_context::Response> {
let sender_id = body.sender_id.as_ref().expect("user is authenticated");