mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 17:28:28 +00:00
refactor!: rename chat providers to channels
This commit is contained in:
@@ -14,9 +14,11 @@ const authDir = path.join(os.tmpdir(), "wa-creds");
|
||||
vi.mock("../config/config.js", () => ({
|
||||
loadConfig: () =>
|
||||
({
|
||||
whatsapp: {
|
||||
accounts: {
|
||||
default: { enabled: true, authDir },
|
||||
channels: {
|
||||
whatsapp: {
|
||||
accounts: {
|
||||
default: { enabled: true, authDir },
|
||||
},
|
||||
},
|
||||
},
|
||||
}) as never,
|
||||
|
||||
Reference in New Issue
Block a user