Remove post debug

main
Bob Mottram 2022-03-12 17:38:44 +00:00
parent fe798e8d44
commit 075d4e070e
1 changed files with 2 additions and 0 deletions

View File

@ -4401,6 +4401,8 @@ class PubServer(BaseHTTPRequestHandler):
month_str = month_str.split('&')[0]
if '/statuses/' in remove_message_id:
remove_post_actor = remove_message_id.split('/statuses/')[0]
print('origin_path_str: ' + origin_path_str)
print('remove_post_actor: ' + remove_post_actor)
if origin_path_str in remove_post_actor:
toList = [
'https://www.w3.org/ns/activitystreams#Public',