mirror of https://gitlab.com/bashrc2/epicyon
Blank news timeline
parent
5d83fbad92
commit
187053bd1c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue