fix(federation): 🐛 Change incorrect X-Date to X-Nonce

This commit is contained in:
Jesse Wierzbinski 2024-08-27 02:26:00 +02:00
parent 9cd53ce58a
commit 4bf3c44959
No known key found for this signature in database

View file

@ -180,7 +180,7 @@ export default apiRoute((app) =>
method: context.req.method,
headers: {
"X-Signature": signature,
"X-Date": nonce,
"X-Nonce": nonce,
},
body: await context.req.text(),
}),