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)
|
pprint(followerHandles)
|
||||||
withSharedInbox=hasSharedInbox(session,httpPrefix,followerDomain)
|
withSharedInbox=hasSharedInbox(session,httpPrefix,followerDomain)
|
||||||
if debug:
|
if debug:
|
||||||
if postToSharedInbox:
|
if withSharedInbox:
|
||||||
print(followerDomain+' has shared inbox')
|
print(followerDomain+' has shared inbox')
|
||||||
else:
|
else:
|
||||||
print(followerDomain+' does not have a shared inbox')
|
print(followerDomain+' does not have a shared inbox')
|
||||||
|
|
Loading…
Reference in New Issue