fix: add zalouser outbound chunker

This commit is contained in:
Ayaan Zaidi
2026-03-12 15:47:12 +05:30
parent 8582cb08b5
commit 783a0d540f

View File

@@ -605,6 +605,8 @@ export const zalouserPlugin: ChannelPlugin<ResolvedZalouserAccount> = {
},
outbound: {
deliveryMode: "direct",
chunker: (text, limit) => getZalouserRuntime().channel.text.chunkMarkdownText(text, limit),
chunkerMode: "markdown",
sendPayload: async (ctx) =>
await sendPayloadWithChunkedTextAndMedia({
ctx,