mirror of https://gitlab.com/bashrc2/epicyon
Discoverable actor parameter
parent
0c9d753c22
commit
57156455d9
|
@ -190,7 +190,8 @@ def getDefaultPersonContext() -> str:
|
|||
'identityKey': {'@id': 'toot:identityKey', '@type': '@id'},
|
||||
'fingerprintKey': {'@id': 'toot:fingerprintKey', '@type': '@id'},
|
||||
'messageFranking': 'toot:messageFranking',
|
||||
'publicKeyBase64': 'toot:publicKeyBase64'
|
||||
'publicKeyBase64': 'toot:publicKeyBase64',
|
||||
'discoverable': 'toot:discoverable'
|
||||
}
|
||||
|
||||
|
||||
|
@ -279,6 +280,7 @@ def createPersonBase(baseDir: str, nickname: str, domain: str, port: int,
|
|||
},
|
||||
'inbox': inboxStr,
|
||||
'manuallyApprovesFollowers': approveFollowers,
|
||||
'discoverable': False,
|
||||
'name': personName,
|
||||
'outbox': personId+'/outbox',
|
||||
'preferredUsername': personName,
|
||||
|
|
Loading…
Reference in New Issue