Enable multi-prefix

We already support it.
This commit is contained in:
Simon Ser 2020-06-12 19:13:17 +02:00
parent 9ab72bdd44
commit 7f951e13bf
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -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;