From 8fb223e1aa5f531b3ef9da7c03c136563771659a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 31 Dec 2020 12:15:03 +0000 Subject: [PATCH] Revert "Check webfinger exists" This reverts commit 9efecfc28e6bbae2bc8a60283149d55e607b52c2. --- posts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/posts.py b/posts.py index 1566540f2..c98669627 100644 --- a/posts.py +++ b/posts.py @@ -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 + '"'