fix: join rooms over federation
This commit is contained in:
@@ -139,6 +139,7 @@ where
|
||||
.unwrap()
|
||||
.into_iter()
|
||||
.collect();
|
||||
|
||||
Ok(
|
||||
T::IncomingResponse::try_from(http_response.body(body).unwrap())
|
||||
.expect("TODO: error handle other server errors"),
|
||||
|
||||
Reference in New Issue
Block a user