mirror of https://gitlab.com/bashrc2/epicyon
Test for index
parent
bd68e84776
commit
dbebc3eaa4
|
@ -2581,7 +2581,7 @@ def htmlTimeline(recentPostsCache: {}, \
|
|||
if item['type']=='Create' or item['type']=='Announce':
|
||||
#avatarUrl=getPersonAvatarUrl(baseDir,item['actor'],personCache)
|
||||
currTlStr=None
|
||||
if recentPostsCache['index']:
|
||||
if recentPostsCache.get('index'):
|
||||
postId=item['id'].replace('/activity','').replace('/','#')
|
||||
if postId in recentPostsCache['index']:
|
||||
if recentPostsCache['html'].get(postId):
|
||||
|
|
Loading…
Reference in New Issue