docs: note draft status and simplified content format

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
svemagie
2026-03-18 22:26:41 +01:00
parent cc3551f3f5
commit 56f859e70d
+3 -1
View File
@@ -303,11 +303,13 @@ First sync after connecting:
Every subsequent sync (hourly background + manual trigger): Every subsequent sync (hourly background + manual trigger):
YouTube API → fetch liked videos → compare against youtubeLikesSeen YouTube API → fetch liked videos → compare against youtubeLikesSeen
↓ new like found (not in seen set) ↓ new like found (not in seen set)
Insert into youtubeLikesSeen + create "like" post in posts collection Insert into youtubeLikesSeen + create "like" post (as draft) in posts collection
↓ already seen ↓ already seen
Skip Skip
``` ```
New like posts are created as **drafts** (`post-status: draft`) so they can be reviewed before publishing. The post content is `Video Title - Channel Name`.
The baseline prevents mass post creation when you connect an account with hundreds of existing likes. The baseline prevents mass post creation when you connect an account with hundreds of existing likes.
### Setup ### Setup