mirror of https://gitlab.com/bashrc2/epicyon
Single entry webfinger
parent
2690f2f87d
commit
f4f946819e
3
posts.py
3
posts.py
|
@ -213,6 +213,9 @@ def getPersonBox(baseDir: str, session, wfRequest: {},
|
|||
nickname: str, domain: str,
|
||||
boxName='inbox',
|
||||
sourceId=0) -> (str, str, str, str, str, str, str, str):
|
||||
if len(wfRequest.items()) == 1:
|
||||
wfRequest = wfRequest.items()[0]
|
||||
print('wfRequest changed to ' + str(wfRequest))
|
||||
profileStr = 'https://www.w3.org/ns/activitystreams'
|
||||
asHeader = {
|
||||
'Accept': 'application/activity+json; profile="' + profileStr + '"'
|
||||
|
|
Loading…
Reference in New Issue