mirror of https://gitlab.com/bashrc2/epicyon
Instance actor type
parent
f7a76eab33
commit
643f18a2f0
|
@ -10296,6 +10296,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
actorJson['name'] = 'ACTOR'
|
||||
actorJson['preferredUsername'] = 'Actor'
|
||||
actorJson['id'] = actorUrl
|
||||
actorJson['type'] = 'Person'
|
||||
actorJson['summary'] = 'Instance Actor'
|
||||
actorJson['publicKey']['id'] = actorUrl + '#main-key'
|
||||
actorJson['publicKey']['owner'] = actorUrl
|
||||
|
|
Loading…
Reference in New Issue