Extra actor parameters

main2
Bob Mottram 2019-11-06 22:02:08 +00:00
parent 201321506f
commit a1a8f31693
1 changed files with 2 additions and 0 deletions

View File

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