mirror of https://gitlab.com/bashrc2/epicyon
Sequence
parent
6352a931ce
commit
c79ca40cc5
|
@ -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 = \
|
||||||
|
|
Loading…
Reference in New Issue