mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-15 03:15:01 -05:00
Clear autojoin when loading autoconnect
This is handled by the buffer store.
This commit is contained in:
parent
7bf9a0ca25
commit
0b4302e059
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ export default class App extends Component {
|
||||||
...connectParams,
|
...connectParams,
|
||||||
...autoconnect,
|
...autoconnect,
|
||||||
autoconnect: true,
|
autoconnect: true,
|
||||||
|
autojoin: [], // handled by store.Buffer
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue