mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39: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'
|
||||
},
|
||||
profile: {
|
||||
display: `irc://${match[1]}/${match[2]}`,
|
||||
display: `${match[1]}/${match[2]}`,
|
||||
uri,
|
||||
qr: null
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue