diff --git a/posts.py b/posts.py index d82a068a1..2615b9d0c 100644 --- a/posts.py +++ b/posts.py @@ -4155,6 +4155,7 @@ def sendMuteViaServer(baseDir: str, session, "@context": "https://www.w3.org/ns/activitystreams", 'type': 'Ignore', 'actor': actor, + 'to': [actor], 'object': mutedUrl } @@ -4229,9 +4230,11 @@ def sendUndoMuteViaServer(baseDir: str, session, "@context": "https://www.w3.org/ns/activitystreams", 'type': 'Undo', 'actor': actor, + 'to': [actor], 'object': { 'type': 'Ignore', 'actor': actor, + 'to': [actor], 'object': mutedUrl } }