Media, scheduling, DM depth, and shared-list viewing - #3
Merged
Conversation
Batch 4 of the parity build-out (branch feature/parity-v2). Builds clean in Debug and Release. Feed / compose: - Scheduled posts — date/time picker in compose + a header toggle that shows your scheduled posts (GET /api/messages/scheduled; post with scheduledAt) - Video upload — attach from disk, pending chips, "Play video" link in cards Direct Messages: - Image attachments (upload + display in bubbles) - Trash / restore own messages - 5s live polling of the open thread (/updates, deduped by id) Lists: - "Shared with me" — lists others shared with you (GET /api/lists/watching), read-only row viewing (verified the bearer token can read a shared list's rows) Services: video/image DM upload (multipart), scheduled fetch, DM restore + thread-updates, videoUrls on PostMessageAsync, GetWatchingListsAsync + WatchedList model. Shapes verified live 2026-08-01. See the-gaps.md for remaining post-v1 items. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Batch 4 of the API parity build-out. Builds clean in Debug + Release locally (macOS via
EnableWindowsTargeting).Feed / compose
GET /api/messages/scheduled, post withscheduledAt)Direct Messages
.../updates, deduped by id)Lists
GET /api/lists/watching), read-only row viewing (verified the bearer token can read a shared list's rows)Services — video/image DM upload helper, scheduled fetch, DM restore + thread-updates,
videoUrlsonPostMessageAsync,GetWatchingListsAsync+WatchedListmodel. All shapes verified live 2026-08-01.Caveats
Remaining post-v1 (tracked in
the-gaps.md)List watcher management + share-link creation (empty on the test account), document sharing/collaborators, Materialize, GitHub, billing, register/forgot-password, account-deletion UI, DM inbox-folder view.
🤖 Generated with Claude Code