WIP: add custom channel modal
This commit is contained in:
parent
30e1bfc872
commit
d450c4be9a
6 changed files with 72 additions and 8 deletions
|
@ -6,8 +6,8 @@ use gpui::{AsyncAppContext, Entity, ModelContext, ModelHandle, Task};
|
|||
use rpc::{proto, TypedEnvelope};
|
||||
use std::sync::Arc;
|
||||
|
||||
type ChannelId = u64;
|
||||
type UserId = u64;
|
||||
pub type ChannelId = u64;
|
||||
pub type UserId = u64;
|
||||
|
||||
pub struct ChannelStore {
|
||||
channels: Vec<Arc<Channel>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue