Add keybinding infrastructure
This commit is contained in:
parent
4d3a1548fe
commit
2951c7810f
3 changed files with 59 additions and 6 deletions
5
state.js
5
state.js
|
@ -27,6 +27,11 @@ export const Unread = {
|
|||
},
|
||||
};
|
||||
|
||||
export const ReceiptType = {
|
||||
DELIVERED: "delivered",
|
||||
READ: "read",
|
||||
};
|
||||
|
||||
export function getNickURL(nick) {
|
||||
return "irc:///" + encodeURIComponent(nick) + ",isnick";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue