forked from indymedia/epicyon
Try switching cc and to
parent
576a72d102
commit
ab5a871a22
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue