forked from indymedia/epicyon
with
parent
cb5594d0ca
commit
e3eb74e65b
2
posts.py
2
posts.py
|
@ -1478,7 +1478,7 @@ def sendToFollowers(session,baseDir: str, \
|
|||
pprint(followerHandles)
|
||||
withSharedInbox=hasSharedInbox(session,httpPrefix,followerDomain)
|
||||
if debug:
|
||||
if postToSharedInbox:
|
||||
if withSharedInbox:
|
||||
print(followerDomain+' has shared inbox')
|
||||
else:
|
||||
print(followerDomain+' does not have a shared inbox')
|
||||
|
|
Loading…
Reference in New Issue