Try switching cc and to

main
Bob Mottram 2020-12-18 09:51:55 +00:00
parent 576a72d102
commit ab5a871a22
1 changed files with 2 additions and 2 deletions

View File

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