mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Enable multi-prefix
We already support it.
This commit is contained in:
parent
9ab72bdd44
commit
7f951e13bf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ var server = {
|
|||
|
||||
// Static list of capabilities that are always requested when supported by the
|
||||
// server
|
||||
const permanentCaps = ["message-tags", "server-time"];
|
||||
const permanentCaps = ["message-tags", "server-time", "multi-prefix"];
|
||||
|
||||
var ws = null;
|
||||
var registered = false;
|
||||
|
|
Loading…
Reference in a new issue