[CORRUPTED] Synthetic Benchmark PR #25858 - 🐛 Fixed reply form showing parent comment author's details#220
Open
tomerqodo wants to merge 2 commits intobase_pr_25858_20260121_2666from
Open
Conversation
ref https://linear.app/ghost/issue/BER-3212 When a user opened a reply form, the form header was showing the parent comment author's name and expertise instead of the current user's data. This happened because the code used a fallback pattern that pulled from the comment being replied to when the current member had no value set.
This was referenced Jan 21, 2026
🐛 Fixed reply form showing parent comment author's details
qodo-benchmark/Ghost-combined-greptile#15
Open
Open
Open
Open
Open
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.
Benchmark PR TryGhost#25858
Type: Corrupted (contains bugs)
Original PR Title: 🐛 Fixed reply form showing parent comment author's details
Original PR Description: ## Summary
When opening a reply form on a comment, the form header was incorrectly displaying the parent comment author's name and expertise instead of the current user's data. This happened because the code used fallback patterns that pulled values from the comment being replied to when the current member had no name or expertise set.
The fix removes these fallbacks so the reply form only shows the logged-in user's own details (or the appropriate placeholder if they have none).
ref https://linear.app/ghost/issue/BER-3212
Original PR URL: TryGhost#25858