feat: E5 — Engagement ## Goal Social loop that keeps viewers coming ba - #359
Closed
fly-productivity-manager[bot] wants to merge 1 commit into
Closed
feat: E5 — Engagement
## Goal
Social loop that keeps viewers coming ba#359fly-productivity-manager[bot] wants to merge 1 commit into
fly-productivity-manager[bot] wants to merge 1 commit into
Conversation
## Goal Social loop that keeps viewers coming ba [fly-dev run run_10f91401faf54ea8ad77c00295609e9d]
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
editor | 19506d7 | Aug 24 2026, 09:03 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
spooool | 19506d7 | Aug 24 2026, 09:03 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The implementation is complete. Here's a concise summary:
E5 — Engagement: audit + two improvements
All six in-scope features were already fully implemented:
Comments.tsxwith sort/edit/delete/reportcomments.test.tslikes.test.tsChannelSubscriberDO, inbox endpoints, wired to encode-complete webhookNotificationBellin app shell,Subscriptionspagesubscriptions.test.tssendNewUploadEmails,sendCommentNotificationEmail, daily cron sweep, unsubscribe tokensnotification-email.test.ts/watch/:idvia HTMLRewriterog-meta.test.tsPOST /api/reports, admin moderation queueReportButton.tsxon videos and commentsmoderation.test.ts"Done when" satisfied: a subscribed viewer is notified when a creator uploads (inbox row + email), can comment, like, and share.
Two improvements added:
og-meta.ts— properly sized OG images for Stream thumbnails (ogImageUrlhelper): Cloudflare Stream thumbnails accept?width=1200&height=630&fit=cropto return a standard OG card size. Social crawlers now get a properly framed 1200×630 image instead of whatever resolution Stream chose for the player. Non-Stream URLs pass through unchanged.channel-do.test.ts— 7 new tests covering theChannelSubscriberDOfan-out: empty channel, single page, multi-page (201 subscribers crossing the 200-row batch boundary), exact-batch-size edge case, malformed payload, unknown path, andtriggerFanOuterror-swallowing behaviour.Tests
Opened automatically by fly-dev run run_10f91401faf54ea8ad77c00295609e9d.