guest promotion (#3969)
Release Notes: - Adds the ability to promote read-only guests to read-write participants in calls
This commit is contained in:
commit
5d3f5611e5
24 changed files with 579 additions and 163 deletions
|
@ -17,7 +17,6 @@ pub struct VimTestContext {
|
|||
impl VimTestContext {
|
||||
pub fn init(cx: &mut gpui::TestAppContext) {
|
||||
if cx.has_global::<Vim>() {
|
||||
dbg!("OOPS");
|
||||
return;
|
||||
}
|
||||
cx.update(|cx| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue