mirror of https://gitlab.com/bashrc2/epicyon
Swap to and cc
parent
20e92a4220
commit
5ba7bed9a1
|
@ -4548,7 +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],
|
||||||
|
'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