refactor: use MessagePreview in reply to

This commit is contained in:
Shivam Mishra
2023-10-10 19:30:01 +05:30
parent e6896dc359
commit f7221df333
2 changed files with 13 additions and 55 deletions
@@ -36,9 +36,7 @@
</blockquote>
<bubble-reply-to
v-if="inReplyToMessageId && inboxSupportsReplyTo"
:content="inReplyTo.content"
:attachments="inReplyTo.attachments"
:default-empty-message="$t('CONVERSATION.REPLY_MESSAGE_NOT_FOUND')"
:message="inReplyTo"
@click="navigateToMessage"
/>
<bubble-text