Use explicit boolean flags
This commit is contained in:
@@ -54,7 +54,7 @@ export const AppSelectionModal: FC<Props> = ({ roomId }) => {
|
|||||||
// time within the app, and to keep the user confined to the current room
|
// time within the app, and to keep the user confined to the current room
|
||||||
url.hash = editFragmentQuery(url.hash, (params) => {
|
url.hash = editFragmentQuery(url.hash, (params) => {
|
||||||
params.set("appPrompt", "false");
|
params.set("appPrompt", "false");
|
||||||
params.set("confineToRoom", "");
|
params.set("confineToRoom", "true");
|
||||||
return params;
|
return params;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user