mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05: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,
|
||||
...autoconnect,
|
||||
autoconnect: true,
|
||||
autojoin: [], // handled by store.Buffer
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue