main
Bob Mottram 2022-12-02 17:55:06 +00:00
parent 3fa9cad394
commit 7aa9cd59b8
1 changed files with 2 additions and 0 deletions

View File

@ -15697,6 +15697,8 @@ class PubServer(BaseHTTPRequestHandler):
if path.endswith('/' + curr_post_type):
is_new_post_endpoint = True
break
if not is_new_post_endpoint:
print('Is not an endpoint ' + path + ' ' + curr_post_type)
if is_new_post_endpoint:
nickname = get_nickname_from_actor(path)
if not nickname: