AP: actor tweaks

This commit is contained in:
Shadowfacts 2019-02-18 13:58:12 -05:00
parent 48368ae6e4
commit 320ba3fc67
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ function actorObject() {
"type": "Person",
"id": `https://${baseURL}/ap/actor`,
"preferredUsername": "shadowfacts",
"name": "shadowfacts' blog",
"icon": {
"type": "Image",
"mediaType": "image/png",
"url": `https://${baseURL}/shadowfacts.png`
},
"inbox": `https://${baseURL}/ap/inbox`,
"publicKey": {
"id": `https://${baseURL}/ap/actor#main-key`,