mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 09:01:10 +00:00
fix(slack): enforce replyToMode for auto-thread_ts and inline reply tags (#23839)
* Slack: respect replyToMode for auto-thread_ts and inline reply tags * Update CHANGELOG.md
This commit is contained in:
@@ -103,7 +103,6 @@ export async function dispatchPreparedSlackMessage(prepared: PreparedSlackMessag
|
||||
incomingThreadTs,
|
||||
messageTs,
|
||||
hasRepliedRef,
|
||||
chatType: prepared.isDirectMessage ? "direct" : "channel",
|
||||
isThreadReply,
|
||||
});
|
||||
|
||||
@@ -187,6 +186,7 @@ export async function dispatchPreparedSlackMessage(prepared: PreparedSlackMessag
|
||||
runtime,
|
||||
textLimit: ctx.textLimit,
|
||||
replyThreadTs,
|
||||
replyToMode: ctx.replyToMode,
|
||||
});
|
||||
replyPlan.markSent();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user