mirror of https://gitlab.com/bashrc2/epicyon
Instance actor not discoverable
parent
fa7b27a196
commit
58507b0120
|
@ -10297,6 +10297,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
actorJson['preferredUsername'] = 'Actor'
|
||||
actorJson['id'] = actorUrl
|
||||
actorJson['type'] = 'Person'
|
||||
actorJson['discoverable'] = False
|
||||
actorJson['summary'] = 'Instance Actor'
|
||||
actorJson['publicKey']['id'] = actorUrl + '#main-key'
|
||||
actorJson['publicKey']['owner'] = actorUrl
|
||||
|
|
Loading…
Reference in New Issue