Rewrite get_user_channels with new permissions
This commit is contained in:
parent
65a0ebf975
commit
a8e352a473
2 changed files with 160 additions and 18 deletions
|
@ -3,7 +3,7 @@ use crate::channel_chat::ChannelChatEvent;
|
|||
use super::*;
|
||||
use client::{test::FakeServer, Client, UserStore};
|
||||
use gpui::{AppContext, ModelHandle, TestAppContext};
|
||||
use rpc::proto::{self, ChannelRole};
|
||||
use rpc::proto::{self};
|
||||
use settings::SettingsStore;
|
||||
use util::http::FakeHttpClient;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue