From 8f87690b00ead91de8ecda9c0f6a1862e5643de0 Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Fri, 18 Apr 2025 03:01:17 -0500 Subject: [PATCH] Return to lobby is very useful --- src/app/features/room/SmallWidget.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/room/SmallWidget.ts b/src/app/features/room/SmallWidget.ts index aa379560..20449519 100644 --- a/src/app/features/room/SmallWidget.ts +++ b/src/app/features/room/SmallWidget.ts @@ -42,7 +42,7 @@ export const getWidgetUrl = (mx: MatrixClient, roomId: string, elementCallUrl: s preload: 'false', skipLobby: 'true', //intent: 'join_existing', - //returnToLobby: 'true', + returnToLobby: 'true', perParticipantE2EE: 'true', hideHeader: 'true', userId: mx.getUserId()!,