mirror of https://gitlab.com/bashrc2/epicyon
newblog post type
parent
b6b8b11659
commit
b628880986
|
@ -5329,7 +5329,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","newquestion"]
|
postTypes=["newpost","newblog","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