refactor!: rename chat providers to channels
This commit is contained in:
@@ -50,7 +50,7 @@ function makeCfg(home: string) {
|
||||
workspace: path.join(home, "clawd"),
|
||||
},
|
||||
},
|
||||
whatsapp: { allowFrom: ["*"] },
|
||||
channels: { whatsapp: { allowFrom: ["*"] } },
|
||||
session: { store: path.join(home, "sessions.json") },
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user