From c79ca40cc538fb7d0204572a3c0534d0cb9e365f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 8 Jan 2021 23:29:12 +0000 Subject: [PATCH] Sequence --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index d6bed05da..7dfc843c4 100644 --- a/daemon.py +++ b/daemon.py @@ -7118,11 +7118,11 @@ class PubServer(BaseHTTPRequestHandler): # graph info if not authorized: pjo = postJsonObject - self._removePostInteractions(pjo) if not isPublicPost(pjo): self._404() self.server.GETbusy = False return True + self._removePostInteractions(pjo) if self._requestHTTP(): recentPostsCache = \