Implement showing quotes

This commit is contained in:
tusooa 2023-07-12 20:45:44 -04:00
commit 1c20487494
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
5 changed files with 26 additions and 0 deletions

View file

@ -364,6 +364,15 @@
@parseReady="setHeadTailLinks"
/>
<article
v-if="quotedStatus"
class="quoted-status"
>
<Status
:statusoid="quotedStatus"
/>
</article>
<div
v-if="inConversation && !isPreview && replies && replies.length"
class="replies"