mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Use explicit boolean flags
This commit is contained in:
parent
63f4086f98
commit
cc1f14bef3
@ -54,7 +54,7 @@ export const AppSelectionModal: FC<Props> = ({ roomId }) => {
|
||||
// time within the app, and to keep the user confined to the current room
|
||||
url.hash = editFragmentQuery(url.hash, (params) => {
|
||||
params.set("appPrompt", "false");
|
||||
params.set("confineToRoom", "");
|
||||
params.set("confineToRoom", "true");
|
||||
return params;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user