mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
fix: bugs, more prep to start making calls to self
This commit is contained in:
@@ -185,8 +185,8 @@ ActivityPub.send = async (uid, targets, payload) => {
|
||||
date,
|
||||
digest,
|
||||
signature,
|
||||
'content-type': 'application/ld+json; profile="http://www.w3.org/ns/activitystreams',
|
||||
accept: 'application/ld+json; profile="http://www.w3.org/ns/activitystreams',
|
||||
'content-type': 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
|
||||
accept: 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
|
||||
},
|
||||
json: true,
|
||||
body: payload,
|
||||
|
||||
Reference in New Issue
Block a user