Revert "Check webfinger exists"

This reverts commit 9efecfc28e.
alt-html-css
Bob Mottram 2020-12-31 12:15:03 +00:00
parent 0d0d49ac89
commit 8fb223e1aa
1 changed files with 0 additions and 2 deletions

View File

@ -212,8 +212,6 @@ def getPersonBox(baseDir: str, session, wfRequest: {},
nickname: str, domain: str,
boxName='inbox',
sourceId=0) -> (str, str, str, str, str, str, str, str):
if not wfRequest:
return None, None, None, None, None, None, None
profileStr = 'https://www.w3.org/ns/activitystreams'
asHeader = {
'Accept': 'application/activity+json; profile="' + profileStr + '"'