mirror of https://gitlab.com/bashrc2/epicyon
Check for outbox in path
parent
b7b8d35e9c
commit
0be2e87ffa
|
@ -9219,10 +9219,8 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
outboxFeed = \
|
||||
personBoxJson(self.server.recentPostsCache,
|
||||
self.server.session,
|
||||
baseDir, domain,
|
||||
port, path,
|
||||
httpPrefix,
|
||||
maxPostsInFeed, 'outbox',
|
||||
baseDir, domain, port, path,
|
||||
httpPrefix, maxPostsInFeed, 'outbox',
|
||||
authorized,
|
||||
self.server.newswireVotesThreshold,
|
||||
self.server.positiveVoting,
|
||||
|
@ -13021,6 +13019,8 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
'show bookmarks 2 done')
|
||||
|
||||
# outbox timeline
|
||||
if self.path.endswith('/outbox') or \
|
||||
'/outbox?page=' in self.path:
|
||||
if self._showOutboxTimeline(authorized,
|
||||
callingDomain, self.path,
|
||||
self.server.baseDir,
|
||||
|
|
Loading…
Reference in New Issue