fix: adapt landed fixups to current type and approval constraints

This commit is contained in:
Peter Steinberger
2026-02-24 04:20:24 +00:00
parent dd14daab15
commit 803e02d8df
3 changed files with 5 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ const TELEGRAM_MEDIA_SSRF_POLICY = {
// resolution maps to private/internal ranges in restricted networks.
allowedHostnames: ["api.telegram.org"],
allowRfc2544BenchmarkRange: true,
} as const;
};
export async function deliverReplies(params: {
replies: ReplyPayload[];