Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/api/src/handlers/telegram/webhook-gate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const TELEGRAM_LINK_NUDGE_CHAT_TTL_SECONDS = 15 * 60;
* Rate-limits the group "link your account" nudge so it cannot be used to
* make the bot spam: at most one nudge per sender per chat every 6 hours,
* and at most one nudge per chat every 15 minutes regardless of sender.
* Fails quiet — if Redis is unavailable, no nudge is sent.
* Fails quietly — if Redis is unavailable, no nudge is sent.
*/
export async function claimTelegramLinkNudge(input: {
chatId: string;
Expand Down
Loading