mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-23 03:01:02 +03:00
0d6e78b718
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