Never skip lobby for huddles (#3508)

* Never skip lobby for huddles

Signed-off-by: Timo K <toger5@hotmail.de>

* tests

Signed-off-by: Timo K <toger5@hotmail.de>

---------

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo
2025-09-22 11:35:20 +02:00
committed by GitHub
parent 9b9c08ed61
commit b2c594d36c
2 changed files with 4 additions and 4 deletions

View File

@@ -394,7 +394,7 @@ export const computeUrlParams = (search = "", hash = ""): UrlParams => {
};
switch (intent) {
case UserIntent.StartNewCall:
intentPreset.skipLobby = true;
intentPreset.skipLobby = false;
break;
case UserIntent.JoinExistingCall:
// On desktop this will be overridden based on which button was used to join the call