Merge pull request #1481 from robintown/fix-app-selection
Fix app selection prompt appearing even in the app
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user