mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-12-23 15:25:18 +01:00
status: only show link preview in main post view
This commit is contained in:
parent
0924907c64
commit
2b86f6e883
@ -98,7 +98,7 @@
|
||||
</attachment>
|
||||
</div>
|
||||
|
||||
<div v-if='status.card && !hideSubjectStatus' class='link-preview media-body'>
|
||||
<div v-if='status.card && !hideSubjectStatus && !noHeading' class='link-preview media-body'>
|
||||
<link-preview :card="status.card"></link-preview>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user