Fix errors preventing compilation
This commit is contained in:
parent
fb7e504f2c
commit
6fdce9db1e
5 changed files with 156 additions and 30 deletions
|
|
@ -46,7 +46,7 @@ impl Ui {
|
|||
let store = DummyStore::new()
|
||||
.msg(DummyMsg::new(1, "nick", "content"))
|
||||
.msg(DummyMsg::new(2, "Some1Else", "reply").parent(1));
|
||||
let chat = Chat::new(store);
|
||||
let chat = Chat::new(store, "testroom".to_string());
|
||||
|
||||
// Run main UI.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue