forked from CringeStudios/gamja
Clear autojoin when loading autoconnect
This is handled by the buffer store.
This commit is contained in:
parent
7bf9a0ca25
commit
0b4302e059
@ -206,6 +206,7 @@ export default class App extends Component {
|
|||||||
...connectParams,
|
...connectParams,
|
||||||
...autoconnect,
|
...autoconnect,
|
||||||
autoconnect: true,
|
autoconnect: true,
|
||||||
|
autojoin: [], // handled by store.Buffer
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user