Drop state.activeNetwork
Just grab it from state.activeBuffer's network.
This commit is contained in:
+2
-2
@@ -92,9 +92,9 @@ export default {
|
||||
app.client.send({ command: "TOPIC", params });
|
||||
},
|
||||
"reconnect": (app, args) => {
|
||||
app.reconnect(app.state.activeNetwork);
|
||||
app.reconnect();
|
||||
},
|
||||
"disconnect": (app, args) => {
|
||||
app.disconnect(app.state.activeNetwork);
|
||||
app.disconnect();
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user