fix: land cron heartbeat prompt suppression (#53152) (thanks @Protocol-zero-0)

This commit is contained in:
Peter Steinberger
2026-03-23 21:53:52 -07:00
parent 9f863140d5
commit ea62655e19
3 changed files with 34 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ const ALLOWED_EXTENSION_PUBLIC_SURFACES = new Set([
"allow-from.js",
"api.js",
"auth-presence.js",
"helper-api.js",
"index.js",
"light-runtime-api.js",
"login-qr-api.js",
@@ -22,6 +23,7 @@ const ALLOWED_EXTENSION_PUBLIC_SURFACES = new Set([
"setup-api.js",
"setup-entry.js",
"timeouts.js",
"thread-bindings-runtime.js",
]);
const GUARDED_CHANNEL_EXTENSIONS = new Set([
"bluebubbles",