mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 16:33:27 +00:00
Merge pull request #1723 from dmnyc/fix/quote-repost-without-parent-display
fix: Suppress parent thread in quoted notes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user