From 533d9de8be668ae4877cc2aabbbeb0cfb3516206 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 8 Jul 2019 23:17:12 +0100 Subject: [PATCH] Tidying --- inbox.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/inbox.py b/inbox.py index 4603d890..b6c4e1e4 100644 --- a/inbox.py +++ b/inbox.py @@ -338,12 +338,9 @@ def runInboxQueue(baseDir: str,httpPrefix: str,sendThreads: [],postLog: [],cache pprint(recipientsDict) print('*************************************') + # is this sent to the shared inbox? (actor is the 'inbox' account) sentToSharedInbox=False - followerOcap=[] if queueJson['post'].get('actor'): - # get the followers of this actor and their capabilities ids - #followerOcap=getFollowersOfActor(baseDir,queueJson['post']['actor']) - if queueJson['post']['actor'].endswith('/inbox'): sentToSharedInbox=True