Fix ./script/bundle to allow passing key

This commit is contained in:
Conrad Irwin 2023-10-09 08:59:25 -06:00
parent 34b7537948
commit 5dbda70235
5 changed files with 8 additions and 13 deletions

View file

@ -279,7 +279,6 @@ fn main() {
}
OpenRequest::JoinChannel { channel_id } => cx
.update(|cx| {
dbg!("joining channel");
workspace::join_channel(channel_id, app_state.clone(), None, cx)
})
.detach(),