Log outgoing actor updates

alt-html-css
Bob Mottram 2020-12-17 21:35:03 +00:00
parent a2796e405f
commit b3ab3b3998
1 changed files with 1 additions and 0 deletions

View File

@ -4528,6 +4528,7 @@ class PubServer(BaseHTTPRequestHandler):
'cc': [actorJson['id'] + '/followers'],
'object': actorJson
}
print('Sending actor update: ' + updateActorJson)
self._postToOutbox(updateActorJson,
__version__, nickname)