From 7b538363be59e52fda925a9b5e62131d905736c9 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 19 Oct 2023 17:43:31 +0100 Subject: [PATCH] Don't require shared key in ppe2ee mode --- src/room/GroupCallView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index 9103b56b..9f9935e3 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -296,7 +296,7 @@ export const GroupCallView: FC = ({ const { t } = useTranslation(); - if (isRoomE2EE && !e2eeSharedKey) { + if (isRoomE2EE && !perParticipantE2EE && !e2eeSharedKey) { return (