fix: fix IRC profile display value

This commit is contained in:
Yarmo Mackenbach 2023-10-09 16:18:47 +02:00
parent 34ad2d718d
commit 056ebd6d83
No known key found for this signature in database
GPG key ID: C248C28D432560ED

View file

@ -31,7 +31,7 @@ export function processURI (uri) {
name: 'IRC'
},
profile: {
display: `irc://${match[1]}/${match[2]}`,
display: `${match[1]}/${match[2]}`,
uri,
qr: null
},