fix: bugs, more prep to start making calls to self

This commit is contained in:
Julian Lam
2023-06-23 15:25:00 -04:00
parent 9f94653b3f
commit 5d95765ee7
3 changed files with 7 additions and 8 deletions

View File

@@ -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,