Convert uses of Box<ServerName> to a ref
This commit is contained in:
parent
d108a735a4
commit
52392628e9
7 changed files with 92 additions and 43 deletions
|
@ -137,7 +137,7 @@ pub async fn get_public_rooms_filtered_helper(
|
|||
.sending
|
||||
.send_federation_request(
|
||||
&db.globals,
|
||||
other_server.to_owned(),
|
||||
other_server,
|
||||
federation::directory::get_public_rooms_filtered::v1::Request {
|
||||
limit,
|
||||
since: since.as_deref(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue