mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
fix: fix IRC profile display value
This commit is contained in:
parent
34ad2d718d
commit
056ebd6d83
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export function processURI (uri) {
|
||||||
name: 'IRC'
|
name: 'IRC'
|
||||||
},
|
},
|
||||||
profile: {
|
profile: {
|
||||||
display: `irc://${match[1]}/${match[2]}`,
|
display: `${match[1]}/${match[2]}`,
|
||||||
uri,
|
uri,
|
||||||
qr: null
|
qr: null
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue