From b6288809863bd363891fbdd6061f3f1b1af99753 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 24 Feb 2020 15:04:27 +0000 Subject: [PATCH] newblog post type --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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