refactor: streamline telegram voice fallback

This commit is contained in:
Peter Steinberger
2026-01-25 13:26:25 +00:00
parent 0130ecd800
commit 4c11fc0c09
2 changed files with 57 additions and 21 deletions

View File

@@ -17,6 +17,9 @@ vi.mock("grammy", () => ({
public fileName?: string,
) {}
},
GrammyError: class GrammyError extends Error {
description = "";
},
}));
describe("deliverReplies", () => {