refactor: disable reply to bubble

This commit is contained in:
Shivam Mishra
2023-10-10 19:18:33 +05:30
parent a2af5e25e1
commit 53ac68f0c0
@@ -22,7 +22,10 @@
:bcc="emailHeadAttributes.bcc"
:is-incoming="isIncoming"
/>
<blockquote v-if="storyReply" class="story-reply-quote">
<blockquote
v-if="storyReply && inboxSupportsReplyTo"
class="story-reply-quote"
>
<span>{{ $t('CONVERSATION.REPLIED_TO_STORY') }}</span>
<bubble-image
v-if="!hasImgStoryError && storyUrl"