Files
openclaw/extensions/slack/src/send.runtime.ts
T
Joey Frasier (Boothe) 7e0d530e07 fix(slack): reconcile ambiguous sends before replay (#97480)
* fix(slack): reconcile ambiguous sends exactly

Co-authored-by: Joey Frasier (Boothe) <joey.frasier@worksuite.com>

* test(infra): cover durable dispatch context

* fix(slack): keep reply policy internal

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-05 01:48:57 -07:00

3 lines
147 B
TypeScript

// Slack plugin module implements send behavior.
export { reconcileSlackUnknownSend, resolveSlackDmChannelId, sendMessageSlack } from "./send.js";