mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 21:00:44 +00:00
test: speed changed lanes and channel contracts
This commit is contained in:
@@ -100,6 +100,19 @@ const slackApproveTestPlugin: ChannelPlugin = {
|
||||
}),
|
||||
};
|
||||
|
||||
const whatsappApproveTestPlugin: ChannelPlugin = {
|
||||
...createChannelTestPluginBase({
|
||||
id: "whatsapp",
|
||||
label: "WhatsApp",
|
||||
docsPath: "/channels/whatsapp",
|
||||
capabilities: {
|
||||
chatTypes: ["direct", "group"],
|
||||
media: true,
|
||||
nativeCommands: true,
|
||||
},
|
||||
}),
|
||||
};
|
||||
|
||||
const signalApproveTestPlugin: ChannelPlugin = {
|
||||
...createChannelTestPluginBase({
|
||||
id: "signal",
|
||||
@@ -346,6 +359,7 @@ function setApprovePluginRegistry(): void {
|
||||
createTestRegistry([
|
||||
{ pluginId: "discord", plugin: discordApproveTestPlugin, source: "test" },
|
||||
{ pluginId: "slack", plugin: slackApproveTestPlugin, source: "test" },
|
||||
{ pluginId: "whatsapp", plugin: whatsappApproveTestPlugin, source: "test" },
|
||||
{ pluginId: "signal", plugin: signalApproveTestPlugin, source: "test" },
|
||||
{ pluginId: "telegram", plugin: telegramApproveTestPlugin, source: "test" },
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user