forked from indymedia/epicyon
Extra actor parameters
parent
201321506f
commit
a1a8f31693
|
@ -176,6 +176,8 @@ def createPersonBase(baseDir: str,nickname: str,domain: str,port: int, \
|
||||||
'schema': 'http://schema.org#',
|
'schema': 'http://schema.org#',
|
||||||
'value': 'schema:value'}],
|
'value': 'schema:value'}],
|
||||||
'attachment': [],
|
'attachment': [],
|
||||||
|
'alsoKnownAs': [],
|
||||||
|
'discoverable': False,
|
||||||
'endpoints': {
|
'endpoints': {
|
||||||
'id': personId+'/endpoints',
|
'id': personId+'/endpoints',
|
||||||
'sharedInbox': httpPrefix+'://'+domain+'/inbox',
|
'sharedInbox': httpPrefix+'://'+domain+'/inbox',
|
||||||
|
|
Loading…
Reference in New Issue