openclaw/src/channels/plugins/outbound
SocialNerd42069 0d6e78b718 fix(slack): respect verbose setting and preserve thread context for tool notifications
Fixes two bugs in Slack tool notification delivery:

1. Tool notifications ignored verbose=false - normalized verbose values so
   boolean false/'false' are properly treated as 'off'

2. Thread context lost - Slack outbound adapter now falls back to threadId
   when replyToId is missing, and MessageThreadId is set for thread replies

Closes #1333
2026-01-21 06:29:36 +00:00
..
discord.ts refactor: centralize message target resolution 2026-01-17 06:04:49 +00:00
imessage.ts refactor: centralize message target resolution 2026-01-17 06:04:49 +00:00
load.ts refactor: migrate messaging plugins to sdk 2026-01-18 08:54:00 +00:00
signal.ts refactor: centralize message target resolution 2026-01-17 06:04:49 +00:00
slack.ts fix(slack): respect verbose setting and preserve thread context for tool notifications 2026-01-21 06:29:36 +00:00
telegram.ts refactor: centralize message target resolution 2026-01-17 06:04:49 +00:00
whatsapp.ts refactor: migrate messaging plugins to sdk 2026-01-18 08:54:00 +00:00