Skip to content

fix: remove unused import and add unsubscribe URL to plain text digest - #809

Open
saurabhhhcodes wants to merge 1 commit into
Coder-s-OG-s:mainfrom
saurabhhhcodes:fix/mergeship-batch-1
Open

fix: remove unused import and add unsubscribe URL to plain text digest#809
saurabhhhcodes wants to merge 1 commit into
Coder-s-OG-s:mainfrom
saurabhhhcodes:fix/mergeship-batch-1

Conversation

@saurabhhhcodes

Copy link
Copy Markdown
Contributor

Bug Fixes

1. Unused import blockedRateLimitBucket in rate-limit (src/lib/rate-limit.ts)

blockedRateLimitBucket is imported from ./cache but never used in the file. This clutters the import and could trigger lint warnings.
Fix: Remove the unused named import.

2. Plain text weekly digest email missing unsubscribe URL (src/lib/email.ts)

The HTML version of the weekly digest email includes an unsubscribe link pointing to Profile Settings, but the plain text (text) fallback only says `"You can unsubscribe from these emails by updating your Profile Settings."" without the actual URL. This is both an accessibility issue for plain-text-only email clients and a CAN-SPAM compliance concern.
Fix: Add the unsubscribe URL to the plain text version.

@vercel

vercel Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Someone is attempting to deploy a commit to the codersogs-3057's projects Team on Vercel.

A member of the Team first needs to authorize it.

@pavsoss pavsoss left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just there are some undocumented scope creep, mainly the project-wide tsconfig jsx change
Mind adding the issues/page.tsx, contributors-table.tsx, and tsconfig.json changes and their respective reasons to the pr description?

@pavsoss pavsoss added the Needs author reply Author need to reply label Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants