test: align matrix runtime api allowlist

This commit is contained in:
Peter Steinberger 2026-03-28 03:40:14 +00:00
parent 36ac9224cc
commit 66c4c3bec8
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ const RUNTIME_API_EXPORT_GUARDS: Record<string, readonly string[]> = {
'export { writeJsonFileAtomically } from "openclaw/plugin-sdk/json-store";',
'export type { ChannelDirectoryEntry, ChannelMessageActionContext, OpenClawConfig, PluginRuntime, RuntimeLogger, RuntimeEnv, WizardPrompter } from "openclaw/plugin-sdk/matrix";',
'export { formatZonedTimestamp } from "openclaw/plugin-sdk/matrix";',
'export { chunkTextForOutbound } from "openclaw/plugin-sdk/matrix";',
],
"extensions/nextcloud-talk/runtime-api.ts": [
'export * from "openclaw/plugin-sdk/nextcloud-talk";',