forked from indymedia/epicyon
Log outgoing actor updates
parent
a2796e405f
commit
b3ab3b3998
|
@ -4528,6 +4528,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
'cc': [actorJson['id'] + '/followers'],
|
'cc': [actorJson['id'] + '/followers'],
|
||||||
'object': actorJson
|
'object': actorJson
|
||||||
}
|
}
|
||||||
|
print('Sending actor update: ' + updateActorJson)
|
||||||
self._postToOutbox(updateActorJson,
|
self._postToOutbox(updateActorJson,
|
||||||
__version__, nickname)
|
__version__, nickname)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue