Handle new questions

merge-requests/6/head
Bob Mottram 2019-11-29 22:14:19 +00:00
parent c94b80a36d
commit 85645fb5e7
1 changed files with 1 additions and 1 deletions

View File

@ -4972,7 +4972,7 @@ class PubServer(BaseHTTPRequestHandler):
self._benchmarkPOSTtimings(POSTstartTime,POSTtimings,14)
# receive different types of post created by htmlNewPost
postTypes=["newpost","newunlisted","newfollowers","newdm","newreport","newshare"]
postTypes=["newpost","newunlisted","newfollowers","newdm","newreport","newshare","newquestion"]
for currPostType in postTypes:
if currPostType!='newshare':
postRedirect=self.server.defaultTimeline