More work on federation

This commit is contained in:
timokoesters 2020-04-22 20:55:11 +02:00
parent b0d9ccdb2d
commit 1af6dd984a
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
5 changed files with 91 additions and 9 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.org".to_owned(),
"https://matrix.koesters.xyz".to_owned(),
ruma_federation_api::v1::get_public_rooms::Request {
limit: None,
since: None,