mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Add vendor prefix to bouncer-networks BATCH type
This commit is contained in:
parent
1b21f5f076
commit
9dba1b3736
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ export default class Client extends EventTarget {
|
|||
}
|
||||
|
||||
var req = { command: "BOUNCER", params: ["LISTNETWORKS"] };
|
||||
return this.fetchBatch(req, "bouncer-networks").then((batch) => {
|
||||
return this.fetchBatch(req, "soju.im/bouncer-networks").then((batch) => {
|
||||
var networks = new Map();
|
||||
for (var msg of batch.messages) {
|
||||
console.assert(msg.command === "BOUNCER" && msg.params[0] === "NETWORK");
|
||||
|
|
Loading…
Reference in a new issue