diff --git a/person.py b/person.py index 7f9a7d17..242dc500 100644 --- a/person.py +++ b/person.py @@ -176,6 +176,8 @@ def createPersonBase(baseDir: str,nickname: str,domain: str,port: int, \ 'schema': 'http://schema.org#', 'value': 'schema:value'}], 'attachment': [], + 'alsoKnownAs': [], + 'discoverable': False, 'endpoints': { 'id': personId+'/endpoints', 'sharedInbox': httpPrefix+'://'+domain+'/inbox',