mirror of https://github.com/openclaw/openclaw.git
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 |
||
|---|---|---|
| .. | ||
| src | ||
| action-runtime-api.ts | ||
| api.ts | ||
| channel-config-api.ts | ||
| index.ts | ||
| openclaw.plugin.json | ||
| package.json | ||
| runtime-api.ts | ||
| session-key-api.ts | ||
| setup-entry.ts | ||
| test-api.ts | ||
| timeouts.ts | ||