alt-html-css
Bob Mottram 2020-12-18 21:44:21 +00:00
parent e438d1bd8f
commit 8150fc9c11
1 changed files with 2 additions and 2 deletions

View File

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