Merge pull request #1481 from robintown/fix-app-selection

Fix app selection prompt appearing even in the app
This commit is contained in:
Robin
2023-09-18 17:57:20 -04:00
committed by GitHub

View File

@@ -55,7 +55,7 @@ export const AppSelectionModal: FC<Props> = ({ roomId }) => {
// room in question, and it prevents this app selection prompt from being
// shown a second time.
url.hash = editFragmentQuery(url.hash, (params) => {
params.set("isEmbedded", "");
params.set("embed", "");
return params;
});