Swap to and cc

alt-html-css
Bob Mottram 2020-12-18 21:02:32 +00:00
parent 20e92a4220
commit 5ba7bed9a1
1 changed files with 2 additions and 1 deletions

View File

@ -4548,7 +4548,8 @@ class PubServer(BaseHTTPRequestHandler):
'id': actorJson['id'] + '#updates/' + pubNumber,
'type': 'Update',
'actor': actorJson['id'],
'to': [pubStr],
'cc': [pubStr],
'to': [actorJson['id'] + '/followers'],
'object': actorJson
}
print('Sending actor update: ' + str(updateActorJson))