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