fix: http body as content when signing
This commit is contained in:
parent
1af6dd984a
commit
873d191569
2 changed files with 14 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue