main2
Bob Mottram 2019-10-04 15:41:23 +01:00
parent 5613afb3d8
commit a478588e1f
1 changed files with 1 additions and 1 deletions

View File

@ -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']