Rewrite get_user_channels with new permissions

This commit is contained in:
Conrad Irwin 2023-10-13 11:34:13 -06:00
parent 65a0ebf975
commit a8e352a473
2 changed files with 160 additions and 18 deletions

View file

@ -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;