mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 06:59:29 -07:00
add more Telegram URIs
This commit is contained in:
parent
5ecdcd0061
commit
49050d55d2
1 changed files with 2 additions and 2 deletions
|
@ -32,10 +32,10 @@ const processURI = (uri) => {
|
||||||
profile: {
|
profile: {
|
||||||
display: `@${match[1]}`,
|
display: `@${match[1]}`,
|
||||||
uri: `https://t.me/${match[1]}`,
|
uri: `https://t.me/${match[1]}`,
|
||||||
qr: null
|
qr: `https://t.me/${match[1]}`
|
||||||
},
|
},
|
||||||
proof: {
|
proof: {
|
||||||
uri: null,
|
uri: `https://t.me/${match[2]}`,
|
||||||
request: {
|
request: {
|
||||||
fetcher: E.Fetcher.TELEGRAM,
|
fetcher: E.Fetcher.TELEGRAM,
|
||||||
access: E.ProofAccess.GRANTED,
|
access: E.ProofAccess.GRANTED,
|
||||||
|
|
Loading…
Reference in a new issue