From b6d80aafcc73262813ae7beb7378dfe6ec27696f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 20 Nov 2022 21:27:12 +0000 Subject: [PATCH] Liking announces --- daemon.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/daemon.py b/daemon.py index 230f0dda1..2389a55f5 100644 --- a/daemon.py +++ b/daemon.py @@ -9670,7 +9670,7 @@ class PubServer(BaseHTTPRequestHandler): actor_absolute = self._get_instance_url(calling_domain) + actor - first_post_id = like_url.replace('/', '--') + first_post_id = like_url2.replace('/', '--') first_post_id = ';firstpost=' + first_post_id.replace('#', '--') actor_path_str = \ @@ -9866,7 +9866,7 @@ class PubServer(BaseHTTPRequestHandler): del self.server.iconsCache['like_inactive.png'] actor_absolute = self._get_instance_url(calling_domain) + actor - first_post_id = like_url.replace('/', '--') + first_post_id = like_url2.replace('/', '--') first_post_id = ';firstpost=' + first_post_id.replace('#', '--') actor_path_str = \ @@ -10097,7 +10097,7 @@ class PubServer(BaseHTTPRequestHandler): actor_absolute = self._get_instance_url(calling_domain) + actor - first_post_id = reaction_url.replace('/', '--') + first_post_id = reaction_url2.replace('/', '--') first_post_id = ';firstpost=' + first_post_id.replace('#', '--') actor_path_str = \ @@ -10313,7 +10313,7 @@ class PubServer(BaseHTTPRequestHandler): actor_absolute = self._get_instance_url(calling_domain) + actor - first_post_id = reaction_url.replace('/', '--') + first_post_id = reaction_url2.replace('/', '--') first_post_id = ';firstpost=' + first_post_id.replace('#', '--') actor_path_str = \