diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/RichTextViewer.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/RichTextViewer.kt index 73aa212b6..7870428f5 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/RichTextViewer.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/RichTextViewer.kt @@ -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,