forked from indymedia/epicyon
Show the post index added from cache
parent
c5204ea1fa
commit
342d6a3bd6
2
posts.py
2
posts.py
|
@ -2176,7 +2176,7 @@ def createBoxIndexed(recentPostsCache: {}, \
|
||||||
if recentPostsCache['json'].get(postUrl):
|
if recentPostsCache['json'].get(postUrl):
|
||||||
addPostStringToTimeline(recentPostsCache['json'][postUrl], \
|
addPostStringToTimeline(recentPostsCache['json'][postUrl], \
|
||||||
boxname,postsInBox,boxActor)
|
boxname,postsInBox,boxActor)
|
||||||
print('Json post added to timeline from cache')
|
print('Json post added to timeline from cache: '+postUrl)
|
||||||
postAdded=True
|
postAdded=True
|
||||||
|
|
||||||
if not postAdded:
|
if not postAdded:
|
||||||
|
|
Loading…
Reference in New Issue