Files
openclaw/src
Rain 9e92fc8fa1 fix(discord): default standalone threads to public type (#14147)
When creating a Discord thread without a messageId (standalone thread),
the Discord API defaults to type 12 (private). Most users expect public.

- Default standalone non-forum threads to ChannelType.PublicThread (11)
- Add optional type field to DiscordThreadCreate for explicit control

Closes #14147
2026-02-11 11:23:19 -06:00
..
2026-02-11 11:46:56 +01:00
2026-02-09 09:58:58 +09:00
2026-02-09 18:56:58 -08:00