mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-28 02:53:32 -06:00
Use httpclient.Client instead of standard net/http
This commit is contained in:
parent
d11efa1e2f
commit
c42c391094
12 changed files with 33 additions and 10 deletions
|
|
@ -385,6 +385,7 @@ var Start action.GTSAction = func(ctx context.Context) error {
|
|||
webPushSender,
|
||||
visFilter,
|
||||
intFilter,
|
||||
client,
|
||||
)
|
||||
|
||||
// Schedule background cleaning tasks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue