Try switching cc and to

alt-html-css
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, 'id': actorJson['id'] + '#updates/' + pubNumber,
'type': 'Update', 'type': 'Update',
'actor': actorJson['id'], 'actor': actorJson['id'],
'to': [pubStr], 'cc': [pubStr],
'cc': [actorJson['id'] + '/followers'], 'to': [actorJson['id'] + '/followers'],
'object': actorJson 'object': actorJson
} }
print('Sending actor update: ' + str(updateActorJson)) print('Sending actor update: ' + str(updateActorJson))