|
@@ -204,7 +204,7 @@ async fn poll(client: DNetView, model: Arc<Model>) -> Result<()> {
|
|
|
let channel = Channel::new(msg, status);
|
|
let channel = Channel::new(msg, status);
|
|
|
let new_slot = Slot::new(
|
|
let new_slot = Slot::new(
|
|
|
is_empty,
|
|
is_empty,
|
|
|
- String::from("Empty"),
|
|
|
|
|
|
|
+ String::new(),
|
|
|
channel,
|
|
channel,
|
|
|
state.as_str().unwrap().to_string(),
|
|
state.as_str().unwrap().to_string(),
|
|
|
);
|
|
);
|