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