Add remove channel method
Move test client fields into appstate and fix tests Co-authored-by: max <max@zed.dev>
This commit is contained in:
parent
56d4d5d1a8
commit
74437b3988
15 changed files with 534 additions and 256 deletions
|
@ -3,9 +3,9 @@ mod contact_notification;
|
|||
mod face_pile;
|
||||
mod incoming_call_notification;
|
||||
mod notifications;
|
||||
pub mod panel;
|
||||
mod project_shared_notification;
|
||||
mod sharing_status_indicator;
|
||||
pub mod panel;
|
||||
|
||||
use call::{ActiveCall, Room};
|
||||
pub use collab_titlebar_item::CollabTitlebarItem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue