Generalize post reply notifications #6

Merged
codegirl007 merged 2 commits from post-reply-notifications into app 2026-08-27 16:03:33 +00:00
Owner

Summary

  • Notify the direct parent post author for replies throughout nested conversations
  • Skip root creation, self-replies, edits, disabled mail, and recipients without email
  • Link directly to each reply and use per-reply Resend idempotency

Test plan

  • go test -race ./... -count=1
  • go vet ./...
  • sqlc generate and sqlc diff
  • Cover both conversation directions, compatibility route, self-replies, edits, and missing email
## Summary - Notify the direct parent post author for replies throughout nested conversations - Skip root creation, self-replies, edits, disabled mail, and recipients without email - Link directly to each reply and use per-reply Resend idempotency ## Test plan - [x] `go test -race ./... -count=1` - [x] `go vet ./...` - [x] `sqlc generate` and `sqlc diff` - [x] Cover both conversation directions, compatibility route, self-replies, edits, and missing email
codegirl007 added 1 commit 2026-08-27 15:57:26 +00:00
Generalize post reply notifications.
CI / test (pull_request) Successful in 6m23s
3dde9f79f4
Notify direct parent authors throughout threaded conversations while skipping self-replies, edits, and recipients without email.
codegirl007 added 1 commit 2026-08-27 16:01:06 +00:00
Use canonical production domain.
CI / test (pull_request) Successful in 6m16s
37c328c498
Reference https://www.askaplumberfirst.com for production email links and configuration examples.
codegirl007 merged commit f0591ccea3 into app 2026-08-27 16:03:33 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: codegirl007/plumber#6