feat: support attachments in bubble

This commit is contained in:
Shivam Mishra
2023-10-10 19:21:45 +05:30
parent d3dd20e4b9
commit 7added2d48
2 changed files with 62 additions and 21 deletions
@@ -37,6 +37,7 @@
<bubble-reply-to
v-if="inReplyToMessageId && inboxSupportsReplyTo"
:content="inReplyTo.content"
:attachments="inReplyTo.attachments"
:default-empty-message="$t('CONVERSATION.REPLY_MESSAGE_NOT_FOUND')"
@click="navigateToMessage"
/>