From 2f2523212cbd75f8eaa9885d96d4218a8646729a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 31 Jul 2021 17:34:04 +0100 Subject: [PATCH] Test with simplified actor --- daemon.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/daemon.py b/daemon.py index 37582e1e3..60827c6c5 100644 --- a/daemon.py +++ b/daemon.py @@ -9905,6 +9905,13 @@ class PubServer(BaseHTTPRequestHandler): 'show profile posts') else: if self._fetchAuthenticated(): + # TODO this is a test + del actorJson['hasOccupation'] + del actorJson['shares'] + del actorJson['orgSchema'] + del actorJson['availability'] + del actorJson['occupationName'] + del actorJson['tts'] msgStr = json.dumps(actorJson, ensure_ascii=False) msg = msgStr.encode('utf-8') msglen = len(msg)