Select channel when joining through UI
This commit is contained in:
parent
ca23b3ded8
commit
b9f52a8761
7 changed files with 81 additions and 73 deletions
|
@ -238,7 +238,7 @@ export default withFormik({
|
|||
select(values.host);
|
||||
|
||||
if (channels.length > 0) {
|
||||
join(channels, values.host);
|
||||
join(channels, values.host, false);
|
||||
}
|
||||
|
||||
localStorage.lastNick = values.nick;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue