mirror of
https://github.com/urbit/shrub.git
synced 2024-12-02 21:34:04 +03:00
chat: Fix chat join link - %ask-history error
Without this third boolean argument, direct join links wouldn't work. This commit adds it.
This commit is contained in:
parent
8a2b3d1822
commit
d1def489cc
File diff suppressed because one or more lines are too long
@ -30,7 +30,7 @@ export class JoinScreen extends Component {
|
||||
});
|
||||
return;
|
||||
}
|
||||
this.props.api.chatView.join(ship, station);
|
||||
this.props.api.chatView.join(ship, station, true);
|
||||
this.props.history.push('/~chat');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user