mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-04-12 05:34:34 -04:00
Switch it isuser in irc:// URLs
This is what the most recent draft [1] uses. [1]: https://datatracker.ietf.org/doc/html/draft-butcher-irc-url-04
This commit is contained in:
parent
07c10b3b1f
commit
9e163b7647
1 changed files with 1 additions and 1 deletions
2
state.js
2
state.js
|
@ -31,7 +31,7 @@ export const ReceiptType = {
|
|||
};
|
||||
|
||||
export function getNickURL(nick) {
|
||||
return "irc:///" + encodeURIComponent(nick) + ",isnick";
|
||||
return "irc:///" + encodeURIComponent(nick) + ",isuser";
|
||||
}
|
||||
|
||||
export function getBufferURL(buf) {
|
||||
|
|
Loading…
Add table
Reference in a new issue