mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-15 03:01:02 +00:00
fix(slack): remove stale issue reference comment
This commit is contained in:
committed by
Peter Steinberger
parent
177b326354
commit
7f7cfc794f
@@ -140,7 +140,6 @@ function createSlackReplyReferencePlanner(params: {
|
||||
}) {
|
||||
// Only force threading for genuine user thread replies. Slack auto-populates
|
||||
// thread_ts on top-level messages; respect the configured replyToMode there.
|
||||
// See: openclaw/openclaw#23839
|
||||
const effectiveMode = params.isThreadReply ? "all" : params.replyToMode;
|
||||
return createReplyReferencePlanner({
|
||||
replyToMode: effectiveMode,
|
||||
|
||||
Reference in New Issue
Block a user