From 4a5a22c10597e51b1c31638a71de474f1dd1b22b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 29 Jul 2021 15:41:32 +0100 Subject: [PATCH] Group handles --- person.py | 1 + 1 file changed, 1 insertion(+) diff --git a/person.py b/person.py index b0ba335a6..98265f4f2 100644 --- a/person.py +++ b/person.py @@ -1319,6 +1319,7 @@ def getActorJson(hostDomain: str, handle: str, http: bool, gnunet: bool, return None, None else: # group actor only needs a json http GET + originalActor = httpPrefix + '://' + domain + '/c/' + nickname personUrl = originalActor profileStr = 'https://www.w3.org/ns/activitystreams'