fix(slack): remove stale issue reference comment

This commit is contained in:
Ken Shimizu
2026-04-06 20:18:28 +09:00
committed by Peter Steinberger
parent 177b326354
commit 7f7cfc794f

View File

@@ -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,