Skip to content

feat: Show whether a post is a reply in the post "header"#1876

Merged
nikclayton merged 2 commits intopachli:mainfrom
nikclayton:1813-post-in-thread
Oct 25, 2025
Merged

feat: Show whether a post is a reply in the post "header"#1876
nikclayton merged 2 commits intopachli:mainfrom
nikclayton:1813-post-in-thread

Conversation

@nikclayton
Copy link
Copy Markdown
Contributor

@nikclayton nikclayton commented Oct 25, 2025

Use the status_info view to display information if a post is a reply.

There are three possibilities:

  1. Account is replying to itself, show "Continued thread"
  2. Account is replying to another account we have cached information for, show "Replied to name".
  3. Account is replying to another account we don't have cached information for, show "Replied".

The "name" portion of the content is shown in bold. Because this increases the amount of information on the timeline set the size of the header area to status_text_small (which also affects the "name boosted" messages).

The header isn't shown in threads, where every status except the first is a reply, as that would be too noisy.

Fixes #1813

Loading
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.

Show that a post is part of a thread

1 participant