Render and interact with individual rooms
This commit is contained in:
parent
9cd7ee008d
commit
6fbc0c5ff7
8 changed files with 228 additions and 48 deletions
|
|
@ -52,6 +52,10 @@ impl<M: Msg, S: MsgStore<M>> Chat<M, S> {
|
|||
tree: TreeView::new(),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn store(&self) -> &S {
|
||||
&self.store
|
||||
}
|
||||
}
|
||||
|
||||
impl<M: Msg, S: MsgStore<M>> Chat<M, S> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue