master
Bob Mottram 2019-07-08 23:17:12 +01:00
parent 5d9f972a5d
commit 533d9de8be
1 changed files with 1 additions and 4 deletions

View File

@ -338,12 +338,9 @@ def runInboxQueue(baseDir: str,httpPrefix: str,sendThreads: [],postLog: [],cache
pprint(recipientsDict) pprint(recipientsDict)
print('*************************************') print('*************************************')
# is this sent to the shared inbox? (actor is the 'inbox' account)
sentToSharedInbox=False sentToSharedInbox=False
followerOcap=[]
if queueJson['post'].get('actor'): 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'): if queueJson['post']['actor'].endswith('/inbox'):
sentToSharedInbox=True sentToSharedInbox=True