forked from AkkomaGang/akkoma-fe
status: only show link preview in main post view
This commit is contained in:
parent
0924907c64
commit
2b86f6e883
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue