mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
convert Client into Service
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -194,7 +194,7 @@ impl Service {
|
||||
where
|
||||
T: OutgoingRequest + Debug + Send,
|
||||
{
|
||||
let client = &services().globals.client.federation;
|
||||
let client = &services().client.federation;
|
||||
send::send(client, dest, request).await
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user