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'},
|
'identityKey': {'@id': 'toot:identityKey', '@type': '@id'},
|
||||||
'fingerprintKey': {'@id': 'toot:fingerprintKey', '@type': '@id'},
|
'fingerprintKey': {'@id': 'toot:fingerprintKey', '@type': '@id'},
|
||||||
'messageFranking': 'toot:messageFranking',
|
'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,
|
'inbox': inboxStr,
|
||||||
'manuallyApprovesFollowers': approveFollowers,
|
'manuallyApprovesFollowers': approveFollowers,
|
||||||
|
'discoverable': False,
|
||||||
'name': personName,
|
'name': personName,
|
||||||
'outbox': personId+'/outbox',
|
'outbox': personId+'/outbox',
|
||||||
'preferredUsername': personName,
|
'preferredUsername': personName,
|
||||||
|
|
Loading…
Reference in New Issue