openclaw/src/discord
VAC ff200e3993 fix(discord): handle voice messages with empty content
Discord voice messages have empty `content` with the audio in attachments.
The nullish coalescing operator (`??`) doesn't fall through on empty strings,
so voice messages were being dropped as 'empty content'.

Changed to logical OR (`||`) so empty string falls through to media placeholder.
2026-01-06 23:35:30 +00:00
..
index.ts feat: unify poll support 2026-01-06 04:51:05 +00:00
monitor.test.ts feat(commands): unify chat commands (#275) 2026-01-06 20:17:56 +00:00
monitor.tool-result.test.ts feat(commands): unify chat commands (#275) 2026-01-06 20:17:56 +00:00
monitor.ts fix(discord): handle voice messages with empty content 2026-01-06 23:35:30 +00:00
probe.ts feat(commands): unify chat commands (#275) 2026-01-06 20:17:56 +00:00
send.test.ts feat(commands): unify chat commands (#275) 2026-01-06 20:17:56 +00:00
send.ts feat(commands): unify chat commands (#275) 2026-01-06 20:17:56 +00:00
token.ts fix: apply biome formatting 2025-12-26 14:38:37 +01:00