mirror of https://gitlab.com/bashrc2/epicyon
Try switching cc and to
parent
576a72d102
commit
ab5a871a22
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue