Merge pull request #1723 from dmnyc/fix/quote-repost-without-parent-display

fix: Suppress parent thread in quoted notes
This commit is contained in:
Vitor Pamplona
2026-02-28 17:52:56 -05:00
committed by GitHub
@@ -595,6 +595,7 @@ fun DisplayFullNote(
baseNote = note,
modifier = MaterialTheme.colorScheme.innerPostModifier,
isQuotedNote = true,
unPackReply = false,
quotesLeft = quotesLeft - 1,
parentBackgroundColor = backgroundColor,
accountViewModel = accountViewModel,
@@ -867,6 +868,7 @@ private fun DisplayNoteFromTag(
baseNote = baseNote,
modifier = MaterialTheme.colorScheme.innerPostModifier,
isQuotedNote = true,
unPackReply = false,
quotesLeft = quotesLeft - 1,
parentBackgroundColor = backgroundColor,
accountViewModel = accountViewModel,