mirror of https://gitlab.com/bashrc2/epicyon
Duplicate definitions
parent
1d3ff5f628
commit
d4a6a2437b
|
@ -1323,12 +1323,10 @@ def getActorJson(handle: str, http: bool, gnunet: bool,
|
||||||
if not personUrl:
|
if not personUrl:
|
||||||
# try single user instance
|
# try single user instance
|
||||||
personUrl = httpPrefix + '://' + domain
|
personUrl = httpPrefix + '://' + domain
|
||||||
profileStr = 'https://www.w3.org/ns/activitystreams'
|
|
||||||
asHeader = {
|
asHeader = {
|
||||||
'Accept': 'application/ld+json; profile="' + profileStr + '"'
|
'Accept': 'application/ld+json; profile="' + profileStr + '"'
|
||||||
}
|
}
|
||||||
if '/channel/' in personUrl or '/accounts/' in personUrl:
|
if '/channel/' in personUrl or '/accounts/' in personUrl:
|
||||||
profileStr = 'https://www.w3.org/ns/activitystreams'
|
|
||||||
asHeader = {
|
asHeader = {
|
||||||
'Accept': 'application/ld+json; profile="' + profileStr + '"'
|
'Accept': 'application/ld+json; profile="' + profileStr + '"'
|
||||||
}
|
}
|
||||||
|
@ -1341,7 +1339,6 @@ def getActorJson(handle: str, http: bool, gnunet: bool,
|
||||||
pprint(personJson)
|
pprint(personJson)
|
||||||
return personJson
|
return personJson
|
||||||
else:
|
else:
|
||||||
profileStr = 'https://www.w3.org/ns/activitystreams'
|
|
||||||
asHeader = {
|
asHeader = {
|
||||||
'Accept': 'application/jrd+json; profile="' + profileStr + '"'
|
'Accept': 'application/jrd+json; profile="' + profileStr + '"'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue