From a478588e1fededf5104bc1c2edce3c1f570f1683 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 4 Oct 2019 15:41:23 +0100 Subject: [PATCH] String --- inbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbox.py b/inbox.py index 011a58e25..f0bf2e6c2 100644 --- a/inbox.py +++ b/inbox.py @@ -1316,7 +1316,7 @@ def sendToGroupMembers(session,baseDir: str,handle: str,port: int,postJsonObject 'type': 'Mention' } - postJsonObject['actor']=[httpPrefix+'://'+domain+'/users/'+nickname] + postJsonObject['actor']=httpPrefix+'://'+domain+'/users/'+nickname postJsonObject['to']=[httpPrefix+'://'+domain+'/users/'+nickname+'/followers'] postJsonObject['cc']=[cc] postJsonObject['object']['to']=postJsonObject['to']