Allow quote post preview + link preview fix #1812
This commit is contained in:
parent
f39005c118
commit
73323f8460
|
@ -56,7 +56,6 @@ struct StatusRowContentView: View {
|
|||
!viewModel.isEmbedLoading,
|
||||
!isCompact,
|
||||
theme.statusDisplayStyle != .compact,
|
||||
viewModel.finalStatus.content.statusesURLs.isEmpty,
|
||||
viewModel.finalStatus.mediaAttachments.isEmpty
|
||||
{
|
||||
StatusRowCardView(card: card)
|
||||
|
|
Loading…
Reference in New Issue