social-app icon indicating copy to clipboard operation
social-app copied to clipboard

Replying to older threads should render that reply in the timeline

Open bdimcheff opened this issue 1 year ago • 3 comments

Describe the bug

If you reply to one of your old posts it doesn't show up in anyone's home timelines.

To Reproduce

Steps to reproduce the behavior:

  1. Go to your own profile, find a post from yesterday or something.
  2. Reply to that old post, creating (or continuing) a thread.
  3. Go to your home timeline. You won't see that reply. Nobody else will either.

Expected behavior

Show the reply to your thread, preferably with some context that it is a thread (potentially the last 1 or more posts). Twitter works this way.

twitter: Screenshot 2023-05-18 at 21 49 42

this is what it could look like, where (part of) the thread is inserted where the most recent post is, chronologically. In main, it's missing all the replies from my test account and just has my two posts from my main account.

Screenshot 2023-05-18 at 21 53 20

Screenshots

Details

  • Platform: all apps built from this repo
  • Platform version:
  • App version:

Additional context

I'm going to open a PR in a sec that explains what I think is happening. It doesn't actually fix it fully, because I can't quite get there.

bdimcheff avatar May 19 '23 02:05 bdimcheff

I have a long running thread listing out all of the books I've read this year, and my "work around" to this bug is to self-boost every reply as I make it, which only helps for those folks who don't have boosts disabled. Which, as someone who has boosts disabled, I completely understand why you would do that. But the alternative would be to quote skeet myself every time which... ick. Ick! So between this bug and the lack of being able to disable boosts per account followed vs. globally, I know there are people who are following me who have no idea about my book review thread.

teancom avatar Aug 11 '23 17:08 teancom

@teancom yeah this is close to what I'm trying to do (except with pictures of cats that i've pet)

bdimcheff avatar Aug 11 '23 20:08 bdimcheff

Don't know how I missed this one issue when I filed the PR but this PR adds bumping to replies https://github.com/bluesky-social/social-app/pull/2604

It's in 1.68 already for all platforms

Can you check if this addresses the issue presented here, or is there something more that it hasn't yet addressed?

mary-ext avatar Feb 25 '24 00:02 mary-ext