merge-requests/30/head
Bob Mottram 2022-11-15 19:52:36 +00:00
parent 72d2b94c67
commit c5731cc052
1 changed files with 0 additions and 1 deletions

View File

@ -18249,7 +18249,6 @@ class PubServer(BaseHTTPRequestHandler):
message_id = self.path.split(';postid=')[1]
if ';' in message_id:
message_id = message_id.split(';')[0]
edit_post_params['postid'] = message_id
actor = self.path.split(';actor=')[1]
if ';' in actor:
actor = actor.split(';')[0]