Commit 2ecbf50
committed
fix(slack): add preferSessionLookupForAnnounceTarget to Slack channel meta
In multi-account Slack setups, sessions_send announce replies use the
default bot token instead of the target agent's token. This happens
because the Slack channel plugin doesn't set
preferSessionLookupForAnnounceTarget, so resolveAnnounceTarget() returns
the key-parsed fallback which lacks accountId.
WhatsApp already sets this flag (extensions/whatsapp/src/channel.ts:46).
This one-line fix brings Slack in line.
Fixes #309561 parent a374325 commit 2ecbf50
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments