feat: add credits to creators in link previews using fediverse:creator
(#3012)
This commit is contained in:
parent
98a910c6f1
commit
41346e318b
2 changed files with 24 additions and 0 deletions
|
@ -104,6 +104,11 @@ function loadAttachment() {
|
|||
<div :class="cardTypeIconMap[card.type]" w="30%" h="30%" text-secondary />
|
||||
</div>
|
||||
<StatusPreviewCardInfo :p="isSquare ? 'x-4' : '4'" :root="root" :card="card" :provider="providerName" />
|
||||
<StatusPreviewCardMoreFromAuthor
|
||||
v-if="card?.authors?.[0].account"
|
||||
:account="card.authors[0].account"
|
||||
p-4 py-2
|
||||
/>
|
||||
</NuxtLink>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue