diff --git a/daemon.py b/daemon.py index ecf934fa6..94f079f3c 100644 --- a/daemon.py +++ b/daemon.py @@ -5329,7 +5329,7 @@ class PubServer(BaseHTTPRequestHandler): self._benchmarkPOSTtimings(POSTstartTime,POSTtimings,14) # 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: if currPostType!='newshare': postRedirect=self.server.defaultTimeline