1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-03 17:28:28 +09:00

Send Content-Type in ActivityPub request

This commit is contained in:
mei23 2018-08-25 12:32:31 +09:00
parent eff44f9cd1
commit 1f53d1a149

View File

@ -19,6 +19,9 @@ export default (user: ILocalUser, url: string, object: any) => new Promise((reso
port,
method: 'POST',
path: pathname + search,
headers: {
'Content-Type': 'application/activity+json'
}
}, res => {
log(`${url} --> ${res.statusCode}`);