From f8614b5909ae973dddc18cacdeb7ab746684cb14 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:46:03 +0100 Subject: [PATCH] fixup! Await toggle of mute --- crates/call2/src/room.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/call2/src/room.rs b/crates/call2/src/room.rs index d091f801f8..694966abe9 100644 --- a/crates/call2/src/room.rs +++ b/crates/call2/src/room.rs @@ -333,7 +333,6 @@ impl Room { } pub fn mute_on_join(cx: &AppContext) -> bool { - // todo!() po: This should be uncommented, though then unmuting does not work CallSettings::get_global(cx).mute_on_join || client::IMPERSONATE_LOGIN.is_some() }