Merge pull request #2112 from robbyczgw-cla/fix/telegram-maxtextlength-wiring

fix(channels/telegram): wire maxTextLength to engage splitter from #1900
This commit is contained in:
gavrielc
2026-05-01 00:32:26 +03:00
committed by GitHub
+1
View File
@@ -210,6 +210,7 @@ registerChannelAdapter('telegram', {
extractReplyContext,
supportsThreads: false,
transformOutboundText: sanitizeTelegramLegacyMarkdown,
maxTextLength: 4000,
});
const botUsernamePromise = fetchBotUsername(token);