Clear autojoin when loading autoconnect

This is handled by the buffer store.
This commit is contained in:
Simon Ser 2021-09-21 19:25:12 +02:00
parent 7bf9a0ca25
commit 0b4302e059

View file

@ -206,6 +206,7 @@ export default class App extends Component {
...connectParams,
...autoconnect,
autoconnect: true,
autojoin: [], // handled by store.Buffer
};
}