From d3906288f935b7e38697e231fc5bbccbd4922fbc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 12 Nov 2021 13:48:58 +0000 Subject: [PATCH] EmojiReact --- daemon.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/daemon.py b/daemon.py index b0f3eb912..5e9a88122 100644 --- a/daemon.py +++ b/daemon.py @@ -8186,7 +8186,7 @@ class PubServer(BaseHTTPRequestHandler): 'actor': undoActor, 'to': [actorReaction], 'object': { - 'type': 'EmojiReaction', + 'type': 'EmojiReact', 'actor': undoActor, 'to': [actorReaction], 'object': reactionUrl2 @@ -8217,8 +8217,8 @@ class PubServer(BaseHTTPRequestHandler): undoReactionCollectionEntry(recentPostsCache, baseDir, reactionPostFilename, reactionUrl, - undoActor, domain, debug, None, - emojiContent) + undoActor, domain, debug, + reactionPostJson, emojiContent) if debug: print('Regenerating html post for changed ' + 'emoji reaction collection') @@ -8259,6 +8259,7 @@ class PubServer(BaseHTTPRequestHandler): else: print('WARN: Unreaction post not found: ' + reactionPostFilename) + self.server.GETbusy = False actorAbsolute = self._getInstanceUrl(callingDomain) + actor actorPathStr = \