Try without cc

merge-requests/8/head
Bob Mottram 2020-12-18 20:57:18 +00:00
parent 7ee21c5c30
commit 20e92a4220
1 changed files with 0 additions and 1 deletions

View File

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