mirror of https://gitlab.com/bashrc2/epicyon
Send actor updates to #Public
parent
61f66545a3
commit
166df22005
|
@ -2262,7 +2262,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
updateActorJson={
|
updateActorJson={
|
||||||
'type': 'Update',
|
'type': 'Update',
|
||||||
'actor': actorJson['id'],
|
'actor': actorJson['id'],
|
||||||
'to': [actorJson['id']+'/followers'],
|
'to': ['https://www.w3.org/ns/activitystreams#Public'],
|
||||||
|
'cc': [actorJson['id']+'/followers'],
|
||||||
'object': actorJson
|
'object': actorJson
|
||||||
}
|
}
|
||||||
self.postToNickname=nickname
|
self.postToNickname=nickname
|
||||||
|
|
Loading…
Reference in New Issue