mirror of https://gitlab.com/bashrc2/epicyon
Redirects to timeline
parent
e5c488031d
commit
fd4bde6f4b
|
@ -15072,9 +15072,9 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
|
||||
postRedirect = self.server.defaultTimeline
|
||||
if currPostType == 'newshare':
|
||||
postRedirect = 'shares'
|
||||
postRedirect = 'tlshares'
|
||||
elif currPostType == 'newwanted':
|
||||
postRedirect = 'wanted'
|
||||
postRedirect = 'tlwanted'
|
||||
|
||||
pageNumber = \
|
||||
self._receiveNewPost(currPostType, self.path,
|
||||
|
|
Loading…
Reference in New Issue