Fix app selection prompt appearing even in the app
Turns out, I just got the name of this URL parameter wrong
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
|
// room in question, and it prevents this app selection prompt from being
|
||||||
// shown a second time.
|
// shown a second time.
|
||||||
url.hash = editFragmentQuery(url.hash, (params) => {
|
url.hash = editFragmentQuery(url.hash, (params) => {
|
||||||
params.set("isEmbedded", "");
|
params.set("embed", "");
|
||||||
return params;
|
return params;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user