mirror of https://gitlab.com/bashrc2/epicyon
Handle new questions
parent
c94b80a36d
commit
85645fb5e7
|
@ -4972,7 +4972,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
self._benchmarkPOSTtimings(POSTstartTime,POSTtimings,14)
|
self._benchmarkPOSTtimings(POSTstartTime,POSTtimings,14)
|
||||||
|
|
||||||
# receive different types of post created by htmlNewPost
|
# 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:
|
for currPostType in postTypes:
|
||||||
if currPostType!='newshare':
|
if currPostType!='newshare':
|
||||||
postRedirect=self.server.defaultTimeline
|
postRedirect=self.server.defaultTimeline
|
||||||
|
|
Loading…
Reference in New Issue