mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(federation): 🐛 Send correct headers in inbox requests
This commit is contained in:
parent
5826acbf24
commit
385bdc13da
3 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue