mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 06:59:29 -07:00
Minor changes
This commit is contained in:
parent
2b22799fff
commit
bdd918df4c
1 changed files with 3 additions and 3 deletions
|
@ -29,8 +29,8 @@ const processURI = (uri, opts) => {
|
||||||
uri: uri
|
uri: uri
|
||||||
},
|
},
|
||||||
proof: {
|
proof: {
|
||||||
uri: 'XMPP_VCARD_SERVER_DOMAIN' in opts
|
uri: 'xmppVcardServerDomain' in opts
|
||||||
? `https://${opts.XMPP_VCARD_SERVER_DOMAIN}/api/vcard/${output.display}/DESC`
|
? `https://${opts.xmppVcardServerDomain}/api/vcard/${match[1]}@${match[2]}/DESC`
|
||||||
: null,
|
: null,
|
||||||
fetch: null,
|
fetch: null,
|
||||||
useProxy: false,
|
useProxy: false,
|
||||||
|
@ -42,7 +42,7 @@ const processURI = (uri, opts) => {
|
||||||
path: [],
|
path: [],
|
||||||
relation: 'contains'
|
relation: 'contains'
|
||||||
},
|
},
|
||||||
qr: null
|
qr: uri
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue