diff --git a/person.py b/person.py index 19d2c7f7c..3a93612d7 100644 --- a/person.py +++ b/person.py @@ -1378,6 +1378,8 @@ def getActorJson(hostDomain: str, handle: str, http: bool, gnunet: bool, paths = getUserPaths() for userPath in paths: personUrl = personUrl.replace(userPath, '/actor/') + if not personUrl and groupAccount: + personUrl = httpPrefix + '://' + domain + '/c/' + nickname if not personUrl: # try single user instance personUrl = httpPrefix + '://' + domain + '/' + nickname