mirror of https://gitlab.com/bashrc2/epicyon
Moderation access key
parent
0bdc0c15ea
commit
597ae365dc
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue