fix(ci): restore build and typecheck on main

This commit is contained in:
Peter Steinberger
2026-04-04 08:13:03 +01:00
parent d2bace59d1
commit c87903a4c6
6 changed files with 92 additions and 54 deletions

View File

@@ -1,4 +1,5 @@
import type {
BlockStreamingChunkConfig,
BlockStreamingCoalesceConfig,
ContextVisibilityMode,
DmPolicy,
@@ -159,6 +160,8 @@ export type TelegramAccountConfig = {
streaming?: TelegramStreamingMode;
/** Disable block streaming for this account. */
blockStreaming?: boolean;
/** Draft block-stream chunking thresholds for Telegram preview edits. */
draftChunk?: BlockStreamingChunkConfig;
/** Merge streamed block replies before sending. */
blockStreamingCoalesce?: BlockStreamingCoalesceConfig;
mediaMaxMb?: number;