Merge 2a15fb24af67cabec6b2aa707b210ccea2e0898c into 5e417b44e1540f528d2ae63e3e20229a902d1db2
This commit is contained in:
commit
84a13dc14d
@ -71,7 +71,7 @@ export function createTelegramPluginBase(params: {
|
||||
setup: NonNullable<ChannelPlugin<ResolvedTelegramAccount>["setup"]>;
|
||||
}): Pick<
|
||||
ChannelPlugin<ResolvedTelegramAccount>,
|
||||
"id" | "meta" | "setupWizard" | "capabilities" | "reload" | "configSchema" | "config" | "setup"
|
||||
"id" | "meta" | "setupWizard" | "capabilities" | "reload" | "configSchema" | "config" | "setup" | "streaming"
|
||||
> {
|
||||
return createChannelPluginBase({
|
||||
id: TELEGRAM_CHANNEL,
|
||||
@ -89,6 +89,9 @@ export function createTelegramPluginBase(params: {
|
||||
nativeCommands: true,
|
||||
blockStreaming: true,
|
||||
},
|
||||
streaming: {
|
||||
blockStreamingCoalesceDefaults: { minChars: 1500, idleMs: 1000 },
|
||||
},
|
||||
reload: { configPrefixes: ["channels.telegram"] },
|
||||
configSchema: buildChannelConfigSchema(TelegramConfigSchema),
|
||||
config: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user