Skip to content

Fix guest section: direct replies go to replies tab#52

Open
alyssafuward wants to merge 1 commit intomainfrom
feature/51-guest-direct-reply
Open

Fix guest section: direct replies go to replies tab#52
alyssafuward wants to merge 1 commit intomainfrom
feature/51-guest-direct-reply

Conversation

@alyssafuward
Copy link
Copy Markdown
Owner

Closes #51

On co-authored/guest posts, the guest section was showing ALL thread activity — including replies between other people that don't need a response.

Fix: look up the user_id of the target_comment_id. If it's USER_ID, it's a direct reply → replies tab. If it's someone else's comment → co-authored section. Note replies are always treated as direct.

…ies tab

Check target_comment_id's user_id. If it's USER_ID (direct reply to Alyssa)
on a guest post, treat as a normal reply. If it's someone else's comment,
keep in co-authored section. Note replies are always treated as direct.

Closes #51

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix guest section: direct replies should go to main queue

1 participant