Skip to content

Commit afbd721

Browse files
itsmiso-aiMisojoryirving
authored
feat(openclaw): route all Discord DMs to main session (#6405)
Change dmScope from 'per-channel-peer' to 'main' so all Discord DMs are routed to the main session instead of creating separate sessions per DM conversation. Co-authored-by: Miso <miso@openclaw.local> Co-authored-by: Jory Irving <46251616+joryirving@users.noreply.github.com>
1 parent 9f3b92b commit afbd721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/apps/base/llm/openclaw/app/externalsecret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ spec:
415415
},
416416
},
417417
session: {
418-
dmScope: "per-channel-peer",
418+
dmScope: "main",
419419
maintenance: {
420420
mode: "enforce",
421421
pruneAfter: "7d",

0 commit comments

Comments
 (0)