main
Bob Mottram 2021-01-08 23:29:12 +00:00
parent 6352a931ce
commit c79ca40cc5
1 changed files with 1 additions and 1 deletions

View File

@ -7118,11 +7118,11 @@ class PubServer(BaseHTTPRequestHandler):
# graph info # graph info
if not authorized: if not authorized:
pjo = postJsonObject pjo = postJsonObject
self._removePostInteractions(pjo)
if not isPublicPost(pjo): if not isPublicPost(pjo):
self._404() self._404()
self.server.GETbusy = False self.server.GETbusy = False
return True return True
self._removePostInteractions(pjo)
if self._requestHTTP(): if self._requestHTTP():
recentPostsCache = \ recentPostsCache = \