fix(telegram): wire webhookPort through config and startup

Co-authored-by: xrf9268-hue <244283935+xrf9268-hue@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-02-22 17:49:59 +01:00
parent 5069250faf
commit d0e6763263
6 changed files with 78 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ export const TelegramAccountSchemaBase = z
webhookSecret: z.string().optional().register(sensitive),
webhookPath: z.string().optional(),
webhookHost: z.string().optional(),
webhookPort: z.number().int().positive().optional(),
actions: z
.object({
reactions: z.boolean().optional(),