Moderation screen path

main
Bob Mottram 2020-12-09 23:36:40 +00:00
parent 4c47245a41
commit 0c536454ca
1 changed files with 1 additions and 1 deletions

View File

@ -11110,7 +11110,7 @@ class PubServer(BaseHTTPRequestHandler):
# get the moderation feed for a moderator
if self.path.endswith('/moderation') or \
'/moderation?page=' in self.path:
'/moderation?' in self.path:
if self._showModTimeline(authorized,
callingDomain, self.path,
self.server.baseDir,