mirror of https://gitlab.com/bashrc2/epicyon
Group webfinger
parent
cf809f3b09
commit
da3a2672ef
|
@ -81,7 +81,9 @@ def webfingerHandle(session, handle: str, httpPrefix: str,
|
||||||
print('ERROR: webfingerHandle acct ' + str(e))
|
print('ERROR: webfingerHandle acct ' + str(e))
|
||||||
pass
|
pass
|
||||||
if not success:
|
if not success:
|
||||||
par['resource'] = par['resource'].replace('acct:', 'group:')
|
par = {
|
||||||
|
'resource': 'group:{}'.format(nickname + '@' + wfDomain)
|
||||||
|
}
|
||||||
try:
|
try:
|
||||||
result = \
|
result = \
|
||||||
getJson(session, url, hdr, par,
|
getJson(session, url, hdr, par,
|
||||||
|
|
Loading…
Reference in New Issue