From fba1f3a7d5edd19039b6abc6d8e2311ac65d6fcf Mon Sep 17 00:00:00 2001 From: "every.channel" Date: Sat, 21 Feb 2026 04:02:19 -0800 Subject: [PATCH] web: disable announce-gated reload to avoid connect stalls --- apps/web/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/app.js b/apps/web/app.js index 6beee3f..fe3b004 100644 --- a/apps/web/app.js +++ b/apps/web/app.js @@ -127,7 +127,6 @@ function mountPlayer(relayUrl, name) { const watch = document.createElement("moq-watch"); watch.setAttribute("url", relayUrl); watch.setAttribute("path", name); - watch.setAttribute("reload", ""); // A canvas enables video rendering. Without it, only audio is played. const canvas = document.createElement("canvas");