mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 01:51:24 +00:00
fix: honor slack reply threading (#574, thanks @bolismauro)
This commit is contained in:
@@ -291,7 +291,7 @@ describe("monitorSlackProvider tool results", () => {
|
||||
},
|
||||
slack: {
|
||||
dm: { enabled: true, policy: "open", allowFrom: ["*"] },
|
||||
replyToMode: "first",
|
||||
replyToMode: "off",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user