Send actor updates to #Public

master
Bob Mottram 2019-08-20 21:48:41 +01:00
parent 61f66545a3
commit 166df22005
1 changed files with 2 additions and 1 deletions

View File

@ -2262,7 +2262,8 @@ class PubServer(BaseHTTPRequestHandler):
updateActorJson={
'type': 'Update',
'actor': actorJson['id'],
'to': [actorJson['id']+'/followers'],
'to': ['https://www.w3.org/ns/activitystreams#Public'],
'cc': [actorJson['id']+'/followers'],
'object': actorJson
}
self.postToNickname=nickname