openclaw/extensions/discord
Hiroshi Tanaka e9a1f7818c
fix(discord): extract forwarded message text in thread starter resolution (#60139)
resolveDiscordThreadStarter only checked content and embeds, returning
null for forwarded messages where the text lives in message_snapshots.

Add a local resolveStarterForwardedText helper that extracts text
directly from the message_snapshots array on the REST response object.
This avoids fragile type casts and keeps the change self-contained
within threading.ts.

Fixes #60129
2026-04-04 00:02:42 +09:00
..
src fix(discord): extract forwarded message text in thread starter resolution (#60139) 2026-04-04 00:02:42 +09:00
action-runtime-api.ts refactor: route plugin runtime through bundled seams 2026-03-27 16:40:27 +00:00
api.ts fix: unblock Discord land by breaking import cycles (#57465) 2026-04-03 19:38:59 +09:00
channel-config-api.ts refactor: move channel config metadata into plugin-owned manifests 2026-03-27 01:59:30 +00:00
index.ts refactor(discord): lazy-load subagent hooks 2026-04-03 23:22:34 +09:00
openclaw.plugin.json
package.json CI: add ClawHub plugin release workflow (#59179) 2026-04-03 15:40:07 +02:00
runtime-api.ts refactor(plugin-sdk): remove channel-specific sdk seams 2026-04-03 10:45:10 +01:00
session-key-api.ts fix(ci): isolate discord session-key facade 2026-03-27 20:59:39 +00:00
setup-entry.ts
test-api.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
timeouts.ts