feat: E5 — Engagement ## Goal Social loop that keeps viewers coming ba#275
Closed
fly-productivity-manager[bot] wants to merge 1 commit into
Closed
feat: E5 — Engagement
## Goal
Social loop that keeps viewers coming ba#275fly-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_be13d597a45e4813abb58b6e51e84d43]
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
spooool | 20b5971 | Jul 06 2026, 07:49 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
All E5 changes are complete. Here's what was done:
Summary
The E5 engagement features were already substantially implemented. The work done here:
Bug fix — notification timing (3 backend files):
videos.ts: Removed the prematuretriggerFanOutcalls that fired when a video was queued (before encoding). Subscribers were being notified about videos they couldn't watch yet.index.ts(FFmpeg/HLS encode-complete webhook): AddedtriggerFanOutalongsidesendNewUploadEmailsso both in-app inbox notifications and emails fire atomically when the video is actually ready.stream-webhook.ts(Cloudflare Stream webhook): AddedtriggerFanOutwhenstatus === 'ready'— Stream-uploaded videos were never triggering in-app fan-out at all. ExtendedStreamWebhookEnvwithCHANNEL_SUBSCRIBER_DO.Web Share API for mobile (
Watch.tsx):shareNative()that callsnavigator.share()and only renders when the browser supports it (iOS Safari, Android Chrome, etc.) — gives mobile users a native share sheet with all installed apps instead of just the three hardcoded social links.What was already complete: comments + nested replies, likes, channel subscriptions with DO fan-out, notification bell, subscription inbox, email digest cron, OG meta tags, Twitter/Facebook/Reddit share links, report/flag UI, and moderation queue.
Tests
Opened automatically by fly-dev run run_be13d597a45e4813abb58b6e51e84d43.