mirror of https://gitlab.com/bashrc2/epicyon
String
parent
5613afb3d8
commit
a478588e1f
2
inbox.py
2
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']
|
||||
|
|
Loading…
Reference in New Issue