Moderation access key

main
Bob Mottram 2021-04-22 13:31:20 +01:00
parent 0bdc0c15ea
commit 597ae365dc
1 changed files with 2 additions and 2 deletions

View File

@ -475,7 +475,6 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
menuBookmarks: usersPath + '/tlbookmarks#timelineposts', menuBookmarks: usersPath + '/tlbookmarks#timelineposts',
menuShares: usersPath + '/tlshares#timelineposts', menuShares: usersPath + '/tlshares#timelineposts',
menuBlogs: usersPath + '/tlblogs#timelineposts', menuBlogs: usersPath + '/tlblogs#timelineposts',
# menuEvents: usersPath + '/tlevents#timelineposts',
menuNewswire: usersPath + '/newswiremobile', menuNewswire: usersPath + '/newswiremobile',
menuLinks: usersPath + '/linksmobile' menuLinks: usersPath + '/linksmobile'
} }
@ -492,7 +491,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
menuShares: 'h', menuShares: 'h',
menuBlogs: 'b', menuBlogs: 'b',
menuNewswire: 'w', menuNewswire: 'w',
menuLinks: 'l' menuLinks: 'l',
menuModeration: 'm'
} }
if moderator: if moderator:
navLinks[menuModeration] = usersPath + '/moderation#modtimeline' navLinks[menuModeration] = usersPath + '/moderation#modtimeline'