mirror of
https://git.sr.ht/~emersion/gamja
synced 2025-04-15 08:24:57 -04: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…
Add table
Reference in a new issue