Check that orderedItems appears in timeline json

main
Bob Mottram 2021-08-01 16:13:25 +01:00
parent 9b7add2f24
commit 0923146298
1 changed files with 5 additions and 0 deletions

View File

@ -737,6 +737,11 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
# show the posts
itemCtr = 0
if timelineJson:
if not timelineJson.get('orderedItems'):
print('ERROR: no orderedItems in timeline for ' + boxName:)
return ''
if timelineJson:
# if this is the media timeline then add an extra gallery container
if boxName == 'tlmedia':