Stop seen/served filters from dropping replies to seen parents - #179
Closed
Pitchfork-and-Torch wants to merge 1 commit into
Closed
Conversation
This was referenced Sep 8, 2026
Closed
related_post_ids_iter treated in_reply_to_tweet_id as the same card as the reply. PreviouslySeen, PreviouslySeenBackup, and PreviouslyServed then hard-dropped followee replies whenever the parent was already in seen, impressed, or served ids. A reply is new speech. Keep same-card matching to the post itself and its retweet original only.
Pitchfork-and-Torch
force-pushed
the
cursor/magellan-freespeech-seen-reply-e29b
branch
from
September 8, 2026 23:07
e649553 to
902a06f
Compare
Author
|
Parking this intern-stack PR per operator GitHub cleanup (2026-09-08). Hunt notes remain local. Not a reject of the class. |
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.
Bug
related_post_ids_iterchainedin_reply_to_tweet_idnext to the candidate id and the retweet original. PreviouslySeen, PreviouslySeenBackup, and PreviouslyServed hard-drop a candidate when any related id is in seen / impressed / served.A reply is new speech. Seeing or serving the parent is not seeing the reply. Followee replies to a post the viewer already scrolled past never reach For You.
This is not #151 (quote same-card). #151 adds
quoted_tweet_id. This removes the parent id. A retweet of a seen original still drops.Five-line proof
in_reply_to_tweet_idon an in-network replyrelated_post_ids_iter)Fix
Same-card ids are the post and its retweet original only.
Tests
cargo testcannot run. Public dump has no Home Mixer manifest.Fork PR: none