Page number string

main
Bob Mottram 2021-08-01 17:27:10 +01:00
parent 9ad912aec5
commit 789a9c374a
1 changed files with 2 additions and 1 deletions

View File

@ -9240,11 +9240,12 @@ class PubServer(BaseHTTPRequestHandler):
pageNumber = 1
if authorized and pageNumber > 1:
# if a page wasn't specified then show the first one
pageStr = '?page=' + str(pageNumber)
outboxFeed = \
personBoxJson(self.server.recentPostsCache,
self.server.session,
baseDir, domain, port,
path + '?page=' + str(pageNumber),
path + pageStr,
httpPrefix,
maxPostsInFeed, 'outbox',
authorized,