Show inbox screen even if there are no posts

master
Bob Mottram 2019-07-25 17:59:34 +01:00
parent 1c02b79f15
commit 7a4a686d87
1 changed files with 0 additions and 3 deletions

View File

@ -403,9 +403,6 @@ def htmlTimeline(session,baseDir: str,wfRequest: {},personCache: {}, \
nickname: str,domain: str,timelineJson: {},boxName: str) -> str:
"""Show the timeline as html
"""
if not timelineJson.get('orderedItems'):
return ""
with open(baseDir+'/epicyon-profile.css', 'r') as cssFile:
profileStyle = \
cssFile.read().replace('banner.png', \