mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:51:37 +00:00
fix: update remaining replyToMode "first" defaults to "off"
- src/channels/dock.ts: core channel dock fallback - src/auto-reply/reply/reply-routing.test.ts: test expectation - docs/zh-CN/channels/telegram.md: Chinese docs reference Comprehensive grep confirms no remaining Telegram-specific "first" defaults after this commit.
This commit is contained in:
committed by
Vignesh
parent
c17a109daa
commit
9475791d98
@@ -158,8 +158,8 @@ describe("createReplyDispatcher", () => {
|
||||
});
|
||||
|
||||
describe("resolveReplyToMode", () => {
|
||||
it("defaults to first for Telegram", () => {
|
||||
expect(resolveReplyToMode(emptyCfg, "telegram")).toBe("first");
|
||||
it("defaults to off for Telegram", () => {
|
||||
expect(resolveReplyToMode(emptyCfg, "telegram")).toBe("off");
|
||||
});
|
||||
|
||||
it("defaults to off for Discord and Slack", () => {
|
||||
|
||||
Reference in New Issue
Block a user