AP: actor tweaks
This commit is contained in:
parent
48368ae6e4
commit
320ba3fc67
|
@ -52,6 +52,12 @@ function actorObject() {
|
||||||
"type": "Person",
|
"type": "Person",
|
||||||
"id": `https://${baseURL}/ap/actor`,
|
"id": `https://${baseURL}/ap/actor`,
|
||||||
"preferredUsername": "shadowfacts",
|
"preferredUsername": "shadowfacts",
|
||||||
|
"name": "shadowfacts' blog",
|
||||||
|
"icon": {
|
||||||
|
"type": "Image",
|
||||||
|
"mediaType": "image/png",
|
||||||
|
"url": `https://${baseURL}/shadowfacts.png`
|
||||||
|
},
|
||||||
"inbox": `https://${baseURL}/ap/inbox`,
|
"inbox": `https://${baseURL}/ap/inbox`,
|
||||||
"publicKey": {
|
"publicKey": {
|
||||||
"id": `https://${baseURL}/ap/actor#main-key`,
|
"id": `https://${baseURL}/ap/actor#main-key`,
|
||||||
|
|
Loading…
Reference in New Issue