From 56f859e70d9e9a200c8a55a666832b2965bf1bf4 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:26:41 +0100 Subject: [PATCH] docs: note draft status and simplified content format Co-Authored-By: Claude Opus 4.6 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a37d6ae..707a761 100644 --- a/README.md +++ b/README.md @@ -303,11 +303,13 @@ First sync after connecting: Every subsequent sync (hourly background + manual trigger): YouTube API → fetch liked videos → compare against youtubeLikesSeen ↓ 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 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. ### Setup