fix(federation): 🐛 Send correct headers in inbox requests

This commit is contained in:
Jesse Wierzbinski 2024-07-26 19:51:08 +02:00
parent 5826acbf24
commit 385bdc13da
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -716,7 +716,7 @@ export class User extends BaseInterface<typeof Users, UserWithRelations> {
{
// @ts-expect-error Bun extension
proxy: config.http.proxy.address,
headers,
headers: headers.toJSON(),
},
);
} catch (e) {