mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
fix: another bad call to request lib
This commit is contained in:
@@ -189,7 +189,7 @@ ActivityPub.send = async (uid, targets, payload) => {
|
||||
await Promise.all(inboxes.map(async (uri) => {
|
||||
const { date, digest, signature } = await ActivityPub.sign(uid, uri, payload);
|
||||
|
||||
const response = await request.post(uri, {
|
||||
const { response } = await request.post(uri, {
|
||||
headers: {
|
||||
date,
|
||||
digest,
|
||||
|
||||
Reference in New Issue
Block a user