Instance actor not discoverable

main
Bob Mottram 2021-08-31 19:41:31 +01:00
parent fa7b27a196
commit 58507b0120
1 changed files with 1 additions and 0 deletions

View File

@ -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