openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
12 lines (11 loc) • 414 B
JavaScript
import { n as channelRouteDedupeKey } from "./channel-route-D7X5briz.js";
//#region src/infra/approval-native-target-key.ts
/** Builds the stable dedupe key used to compare channel-native approval targets. */
function buildChannelApprovalNativeTargetKey(target) {
return channelRouteDedupeKey({
to: target.to,
threadId: target.threadId
});
}
//#endregion
export { buildChannelApprovalNativeTargetKey as t };