We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142b0fe commit 26ba784Copy full SHA for 26ba784
1 file changed
extensions/synology-chat/src/channel.ts
@@ -181,6 +181,7 @@ type SynologyChatPlugin = Omit<
181
outbound: {
182
deliveryMode: "gateway";
183
textChunkLimit: number;
184
+ sanitizeText?: (params: { text: string; payload: { text: string } }) => string;
185
sendText: (ctx: SynologyChannelSendTextContext) => Promise<SynologyChatOutboundResult>;
186
sendMedia: (ctx: SynologyChannelSendMediaContext) => Promise<SynologyChatOutboundResult>;
187
};
0 commit comments