mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -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: {
|
||||
display: `@${match[1]}`,
|
||||
uri: `https://t.me/${match[1]}`,
|
||||
qr: null
|
||||
qr: `https://t.me/${match[1]}`
|
||||
},
|
||||
proof: {
|
||||
uri: null,
|
||||
uri: `https://t.me/${match[2]}`,
|
||||
request: {
|
||||
fetcher: E.Fetcher.TELEGRAM,
|
||||
access: E.ProofAccess.GRANTED,
|
||||
|
|
Loading…
Reference in a new issue