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
|
@ -70,7 +70,7 @@ pub async fn get_alias_helper(
|
|||
.sending
|
||||
.send_federation_request(
|
||||
&db.globals,
|
||||
room_alias.server_name().to_owned(),
|
||||
room_alias.server_name(),
|
||||
federation::query::get_room_information::v1::Request { room_alias },
|
||||
)
|
||||
.await?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue