Skip to content

feat: forward scene-console param in deep link#455

Merged
pravusjif merged 1 commit into
masterfrom
feat/454-scene-console-deep-link
Jul 21, 2026
Merged

feat: forward scene-console param in deep link#455
pravusjif merged 1 commit into
masterfrom
feat/454-scene-console-deep-link

Conversation

@decentraland-bot

Copy link
Copy Markdown
Contributor

Add sceneConsole to JumpInOptions and forward it as scene-console in the decentraland:// deep link built by buildDecentralandUrl.

Backward-compatible, additive change — existing callers that omit sceneConsole see no change.

decentraland.org/jump URLs accept a ?scene-console=true parameter to enable the scene console (backtick key) when entering a world. Without this change, launchDesktopApp drops the parameter and the console is never activated when launching via the web. The direct deep link decentraland://?scene-console=true already works, confirming Explorer supports it — it just needs forwarding through ui2.

Companion to decentraland/sites#690 which reads scene-console from the jump URL and passes sceneConsole to launchDesktopApp. Same pattern as dclenv forwarding (ui2 #441 + sites #487).

Closes #454


Requested by Pravus (<@UDJQDQC0Z>)
🤖 Created via Slack with Claude

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying ui2 with  Cloudflare Pages  Cloudflare Pages

Latest commit: ca9880c
Status: ✅  Deploy successful!
Preview URL: https://5d1bd442.ui2-423.pages.dev
Branch Preview URL: https://feat-454-scene-console-deep.ui2-423.pages.dev

View logs

@pravusjif
pravusjif merged commit ffd8943 into master Jul 21, 2026
4 checks passed
@pravusjif
pravusjif deleted the feat/454-scene-console-deep-link branch July 21, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: forward scene-console param in deep link

2 participants