main
Bob Mottram 2021-07-07 13:00:35 +01:00
parent 5f09f52c9f
commit d512b23216
1 changed files with 2 additions and 4 deletions

View File

@ -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):