fixup! Await toggle of mute

Piotr Osiewicz created

Change summary

crates/call2/src/room.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

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()
     }