forked from indymedia/epicyon
Tidying
parent
5d9f972a5d
commit
533d9de8be
5
inbox.py
5
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue