refactor: disable bubble by flag (#8109)

This commit is contained in:
Shivam Mishra
2023-10-13 21:34:22 +05:30
committed by GitHub
parent 62d8ec7edb
commit f77db4d814

View File

@@ -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"
/> />