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
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 = \