fix: http body as content when signing

This commit is contained in:
timokoesters 2020-04-22 21:14:40 +02:00
parent 1af6dd984a
commit 873d191569
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
2 changed files with 14 additions and 12 deletions

View file

@ -756,7 +756,7 @@ pub async fn get_public_rooms_filtered_route(
chunk.extend_from_slice(
&server_server::send_request(
&data,
"https://matrix.koesters.xyz".to_owned(),
"matrix.koesters.xyz".to_owned(),
ruma_federation_api::v1::get_public_rooms::Request {
limit: None,
since: None,