fix: honor slack reply threading (#574, thanks @bolismauro)
This commit is contained in:
@@ -196,6 +196,7 @@ export function createFollowupRunner(params: {
|
||||
| undefined);
|
||||
const applyReplyToMode = createReplyToModeFilter(
|
||||
resolveReplyToMode(queued.run.config, replyToChannel),
|
||||
{ allowTagsWhenOff: replyToChannel === "slack" },
|
||||
);
|
||||
|
||||
const replyTaggedPayloads: ReplyPayload[] = applyReplyThreading({
|
||||
|
||||
Reference in New Issue
Block a user