main
Bob Mottram 2022-12-28 18:57:57 +00:00
parent d955d4ab75
commit a05a43d03b
1 changed files with 1 additions and 0 deletions

View File

@ -9708,6 +9708,7 @@ class PubServer(BaseHTTPRequestHandler):
return
like_actor = \
local_actor_url(http_prefix, self.post_to_nickname, domain_full)
print('actor_liked path: ' + path)
actor_liked = path.split('?actor=')[1]
if '?' in actor_liked:
actor_liked = actor_liked.split('?')[0]