From 5d398bb0def6918e8d2616f1b17e538b3c68df4c Mon Sep 17 00:00:00 2001 From: Timo K Date: Fri, 8 Aug 2025 16:03:12 +0200 Subject: [PATCH] use auto leave in DM case Signed-off-by: Timo K --- src/UrlParams.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UrlParams.ts b/src/UrlParams.ts index ab6f1e95..30019d36 100644 --- a/src/UrlParams.ts +++ b/src/UrlParams.ts @@ -365,14 +365,14 @@ export const getUrlParams = ( intentPreset = { ...inAppDefault, skipLobby: true, - // autoLeaveWhenOthersLeft: true, // TODO: add this once available + autoLeaveWhenOthersLeft: true, }; break; case UserIntent.JoinExistingCallDM: intentPreset = { ...inAppDefault, skipLobby: true, - // autoLeaveWhenOthersLeft: true, // TODO: add this once available + autoLeaveWhenOthersLeft: true, }; break; // Non widget usecase defaults