add more Telegram URIs

This commit is contained in:
Goldstein 2022-08-12 17:19:24 +03:00
parent 5ecdcd0061
commit 49050d55d2
No known key found for this signature in database
GPG key ID: DE6031ABA0BB269A

View file

@ -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,