feat: support attachments in bubble
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user