WIP: Add channel creation to panel UI
This commit is contained in:
parent
7954b02819
commit
7434d66fdd
6 changed files with 281 additions and 52 deletions
|
@ -33,6 +33,7 @@ impl ChannelStore {
|
|||
) -> Self {
|
||||
let rpc_subscription =
|
||||
client.add_message_handler(cx.handle(), Self::handle_update_channels);
|
||||
|
||||
Self {
|
||||
channels: vec![],
|
||||
channel_invitations: vec![],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue