Redirects to timeline

main
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
if currPostType == 'newshare':
postRedirect = 'shares'
postRedirect = 'tlshares'
elif currPostType == 'newwanted':
postRedirect = 'wanted'
postRedirect = 'tlwanted'
pageNumber = \
self._receiveNewPost(currPostType, self.path,