Redirects to timeline

merge-requests/30/head
Bob Mottram 2021-08-09 22:31:44 +01:00
parent e5c488031d
commit fd4bde6f4b
1 changed files with 2 additions and 2 deletions

View File

@ -15072,9 +15072,9 @@ class PubServer(BaseHTTPRequestHandler):
postRedirect = self.server.defaultTimeline postRedirect = self.server.defaultTimeline
if currPostType == 'newshare': if currPostType == 'newshare':
postRedirect = 'shares' postRedirect = 'tlshares'
elif currPostType == 'newwanted': elif currPostType == 'newwanted':
postRedirect = 'wanted' postRedirect = 'tlwanted'
pageNumber = \ pageNumber = \
self._receiveNewPost(currPostType, self.path, self._receiveNewPost(currPostType, self.path,