mirror of https://gitlab.com/bashrc2/epicyon
Getting actor for group handles
parent
f10dcac0b2
commit
c5ec736ed8
|
@ -1378,6 +1378,8 @@ def getActorJson(hostDomain: str, handle: str, http: bool, gnunet: bool,
|
||||||
paths = getUserPaths()
|
paths = getUserPaths()
|
||||||
for userPath in paths:
|
for userPath in paths:
|
||||||
personUrl = personUrl.replace(userPath, '/actor/')
|
personUrl = personUrl.replace(userPath, '/actor/')
|
||||||
|
if not personUrl and groupAccount:
|
||||||
|
personUrl = httpPrefix + '://' + domain + '/c/' + nickname
|
||||||
if not personUrl:
|
if not personUrl:
|
||||||
# try single user instance
|
# try single user instance
|
||||||
personUrl = httpPrefix + '://' + domain + '/' + nickname
|
personUrl = httpPrefix + '://' + domain + '/' + nickname
|
||||||
|
|
Loading…
Reference in New Issue