mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:40:44 +00:00
refactor(config): migrate plugin config access
This commit is contained in:
@@ -133,7 +133,7 @@ let getTelegramAbortFenceSizeForTests: typeof import("./bot-message-dispatch.js"
|
||||
let resetTelegramAbortFenceForTests: typeof import("./bot-message-dispatch.js").resetTelegramAbortFenceForTests;
|
||||
|
||||
const telegramDepsForTest: TelegramBotDeps = {
|
||||
loadConfig: loadConfig as TelegramBotDeps["loadConfig"],
|
||||
getRuntimeConfig: loadConfig as TelegramBotDeps["getRuntimeConfig"],
|
||||
resolveStorePath: resolveStorePath as TelegramBotDeps["resolveStorePath"],
|
||||
loadSessionStore: loadSessionStore as TelegramBotDeps["loadSessionStore"],
|
||||
readChannelAllowFromStore:
|
||||
|
||||
Reference in New Issue
Block a user