test: narrow matrix client runtime import · openclaw/openclaw@55c4530
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
File tree
extensions/matrix/src/matrix/client
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | import fs from "node:fs"; |
2 | 2 | import type { PinnedDispatcherPolicy } from "openclaw/plugin-sdk/ssrf-dispatcher"; |
3 | | -import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime"; |
4 | 3 | import { |
5 | 4 | ssrfPolicyFromDangerouslyAllowPrivateNetwork, |
6 | 5 | type SsrFPolicy, |
7 | | -} from "../../runtime-api.js"; |
| 6 | +} from "openclaw/plugin-sdk/ssrf-runtime"; |
| 7 | +import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime"; |
8 | 8 | import type { MatrixClient } from "../sdk.js"; |
9 | 9 | import { resolveValidatedMatrixHomeserverUrl } from "./config.js"; |
10 | 10 | import { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。