add link-preview component
This commit is contained in:
parent
b27ec058ca
commit
0924907c64
4 changed files with 74 additions and 1 deletions
|
@ -98,6 +98,10 @@
|
|||
</attachment>
|
||||
</div>
|
||||
|
||||
<div v-if='status.card && !hideSubjectStatus' class='link-preview media-body'>
|
||||
<link-preview :card="status.card"></link-preview>
|
||||
</div>
|
||||
|
||||
<div v-if="!noHeading && !noReplyLinks" class='status-actions media-body'>
|
||||
<div v-if="loggedIn">
|
||||
<a href="#" v-on:click.prevent="toggleReplying" :title="$t('tool_tip.reply')">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue