Deliver queued authored messages after the app closes #253

Merged
rockachopa merged 1 commits from timmy/252-background-authored-message-sync into main 2026-08-08 02:12:33 +00:00
Member

Closes #252

What changed

  • mirror comments and notification replies into an account-bound IndexedDB lane
  • route all authored message kinds through the closed-app Background Sync worker
  • share atomic claims and original idempotency keys between foreground and worker delivery
  • reconcile worker completions and permanent failures into Drafts on reopen
  • bump the versioned service-worker shell cache and document the flow

Verification

  • RED: 7 focused behavior cases failed before implementation; service-worker cache test failed separately
  • GREEN: 45 focused tests passed
  • Full suite: 433 passed
Closes #252 ## What changed - mirror comments and notification replies into an account-bound IndexedDB lane - route all authored message kinds through the closed-app Background Sync worker - share atomic claims and original idempotency keys between foreground and worker delivery - reconcile worker completions and permanent failures into Drafts on reopen - bump the versioned service-worker shell cache and document the flow ## Verification - RED: 7 focused behavior cases failed before implementation; service-worker cache test failed separately - GREEN: 45 focused tests passed - Full suite: 433 passed
rockachopa added 1 commit 2026-08-08 02:11:45 +00:00
feat: deliver authored messages after app close (#252)
All checks were successful
CI / lint (pull_request) Successful in 23s
CI / build-frontend (pull_request) Successful in 4s
c3e8ead47b
rockachopa merged commit 8e0389153c into main 2026-08-08 02:12:33 +00:00
rockachopa deleted branch timmy/252-background-authored-message-sync 2026-08-08 02:12:33 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#253
No description provided.