forked from indymedia/epicyon
Add nomadicLocations to actor
parent
c2187aa007
commit
5c2905d57d
|
@ -210,7 +210,14 @@ def createPersonBase(baseDir: str,nickname: str,domain: str,port: int, \
|
|||
},
|
||||
'tag': [],
|
||||
'type': personType,
|
||||
'url': personUrl
|
||||
'url': personUrl,
|
||||
'nomadicLocations': [{
|
||||
'id': personId,
|
||||
'type': 'nomadicLocation',
|
||||
'locationAddress':'acct:'+nickname+'@'+domain,
|
||||
'locationPrimary':True,
|
||||
'locationDeleted':False
|
||||
}]
|
||||
}
|
||||
|
||||
if nickname=='inbox':
|
||||
|
|
Loading…
Reference in New Issue