mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
chat-js: fix issue with autojoining
This commit is contained in:
parent
65cad93b1b
commit
f035070387
@ -27,7 +27,7 @@ export class JoinScreen extends Component {
|
||||
let sig = props.autoJoin.includes("/~/");
|
||||
|
||||
let ship = !!sig ? station[2] : station[1];
|
||||
station = station.join('/');
|
||||
station = props.autoJoin;
|
||||
if (
|
||||
station.length < 2 ||
|
||||
(!!sig && station.length < 3) ||
|
||||
|
Loading…
Reference in New Issue
Block a user