From 7d607a144e00de5017e788ebae0fdca5c6f78492 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 28 Nov 2020 14:04:05 +0000 Subject: [PATCH] Create features posts for the current user --- webapp_timeline.py | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/webapp_timeline.py b/webapp_timeline.py index 1101d073..d112b43d 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -512,14 +512,6 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, # show the posts itemCtr = 0 if timelineJson: - # if this is the features timeline then use the news actor - timelineNickname = nickname - timelineBoxName = boxName - if boxName == 'tlfeatures': - # use the blog timeline of the news actor - timelineNickname = 'news' - timelineBoxName = 'tlblogs' - # if this is the media timeline then add an extra gallery container if boxName == 'tlmedia': if pageNumber > 1: @@ -575,11 +567,11 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, iconsPath, translate, pageNumber, baseDir, session, wfRequest, personCache, - timelineNickname, domain, port, + nickname, domain, port, item, None, True, allowDeletion, httpPrefix, projectVersion, - timelineBoxName, + boxName, YTReplacementDomain, showPublishedDateOnly, boxName != 'dm',