mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 21:04:45 +00:00
test(plugins): allow whatsapp audio decode peer
This commit is contained in:
@@ -27,8 +27,8 @@ const INDIRECT_RUNTIME_DEPENDENCIES = new Map<string, Set<string>>([
|
||||
],
|
||||
[
|
||||
"extensions/whatsapp",
|
||||
// Baileys loads jimp as an optional peer when it needs media thumbnails.
|
||||
new Set(["jimp"]),
|
||||
// Baileys loads these optional peers for media decoding and thumbnails.
|
||||
new Set(["audio-decode", "jimp"]),
|
||||
],
|
||||
[
|
||||
"extensions/memory-lancedb",
|
||||
|
||||
Reference in New Issue
Block a user