refactor: disable bubble by flag (#8109)
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
/>
|
/>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<bubble-reply-to
|
<bubble-reply-to
|
||||||
v-if="inReplyToMessageId"
|
v-if="inReplyToMessageId && inboxSupportsReplyTo"
|
||||||
:message="inReplyTo"
|
:message="inReplyTo"
|
||||||
:message-type="data.message_type"
|
:message-type="data.message_type"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user