refactor: reuse ack reaction helper for whatsapp
This commit is contained in:
@@ -117,8 +117,12 @@ export {
|
||||
resolveMentionGating,
|
||||
resolveMentionGatingWithBypass,
|
||||
} from "../channels/mention-gating.js";
|
||||
export type { AckReactionGateParams, AckReactionScope } from "../channels/ack-reactions.js";
|
||||
export { shouldAckReaction } from "../channels/ack-reactions.js";
|
||||
export type {
|
||||
AckReactionGateParams,
|
||||
AckReactionScope,
|
||||
WhatsAppAckReactionMode,
|
||||
} from "../channels/ack-reactions.js";
|
||||
export { shouldAckReaction, shouldAckReactionForWhatsApp } from "../channels/ack-reactions.js";
|
||||
export { resolveChannelMediaMaxBytes } from "../channels/plugins/media-limits.js";
|
||||
export type { NormalizedLocation } from "../channels/location.js";
|
||||
export { formatLocationText, toLocationContext } from "../channels/location.js";
|
||||
|
||||
Reference in New Issue
Block a user