From 187053bd1ca4186eeecc5b5ddc3771e7522d52ef Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 7 Oct 2020 10:42:59 +0100 Subject: [PATCH] Blank news timeline --- webinterface.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index 37bc7bec..a8f5d859 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6351,8 +6351,12 @@ def htmlInboxNews(defaultTimeline: str, newswire: {}) -> str: """Show the news timeline as html """ - # TODO - return '' + return htmlTimeline(defaultTimeline, recentPostsCache, maxRecentPosts, + translate, pageNumber, + itemsPerPage, session, baseDir, wfRequest, personCache, + nickname, domain, port, {}, 'tlnews', + allowDeletion, httpPrefix, projectVersion, False, + minimal, YTReplacementDomain, newswire) def htmlModeration(defaultTimeline: str,