newblog post type

main
Bob Mottram 2020-02-24 15:04:27 +00:00
parent b6b8b11659
commit b628880986
1 changed files with 1 additions and 1 deletions

View File

@ -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