mirror of https://gitlab.com/bashrc2/epicyon
Comments
parent
5f09f52c9f
commit
d512b23216
|
@ -7746,10 +7746,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
self.server.GETbusy = False
|
self.server.GETbusy = False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# Only authorized viewers get to see likes
|
# Only authorized viewers get to see likes on posts
|
||||||
# on posts
|
# Otherwize marketers could gain more social graph info
|
||||||
# Otherwize marketers could gain more social
|
|
||||||
# graph info
|
|
||||||
if not authorized:
|
if not authorized:
|
||||||
pjo = postJsonObject
|
pjo = postJsonObject
|
||||||
if not isPublicPost(pjo):
|
if not isPublicPost(pjo):
|
||||||
|
|
Loading…
Reference in New Issue