chore(scripts): bump slack media.ts fetch-allowlist line numbers

The `lint:tmp:no-raw-channel-fetch` allowlist pins exact line numbers
(scripts/check-no-raw-channel-fetch.mjs:63-65). The previous commit
added `import { logVerbose } from "openclaw/plugin-sdk/runtime-env";`
on line 8 of `extensions/slack/src/monitor/media.ts`, shifting the
three allowlisted raw `fetch()` callsites from 96/115/120 → 97/116/121.
Updates the allowlist to match the new positions. No behavior change —
the same callsites remain allowlisted.
This commit is contained in:
Martin Garramon
2026-04-18 11:22:31 -03:00
committed by Peter Steinberger
parent 31e5cd6376
commit 6368559c02

View File

@@ -60,9 +60,9 @@ const allowedRawFetchCallsites = new Set([
bundledPluginCallsite("qqbot", "src/tools/channel.ts", 180),
bundledPluginCallsite("qqbot", "src/utils/audio-convert.ts", 377),
bundledPluginCallsite("signal", "src/install-signal-cli.ts", 224),
bundledPluginCallsite("slack", "src/monitor/media.ts", 96),
bundledPluginCallsite("slack", "src/monitor/media.ts", 115),
bundledPluginCallsite("slack", "src/monitor/media.ts", 120),
bundledPluginCallsite("slack", "src/monitor/media.ts", 97),
bundledPluginCallsite("slack", "src/monitor/media.ts", 116),
bundledPluginCallsite("slack", "src/monitor/media.ts", 121),
bundledPluginCallsite("tlon", "src/tlon-api.ts", 185),
bundledPluginCallsite("tlon", "src/tlon-api.ts", 235),
bundledPluginCallsite("tlon", "src/tlon-api.ts", 289),