forked from shadowfacts/shadowfacts.net
AP: actor tweaks
This commit is contained in:
parent
48368ae6e4
commit
320ba3fc67
|
@ -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`,
|
||||
|
|
Loading…
Reference in New Issue