feat: disable reply to message in WhatsApp via 360 dialog (#8500)

This commit is contained in:
Shivam Mishra
2023-12-11 16:54:47 +05:30
committed by GitHub
parent 03ebb6947b
commit 79412ba2c6
2 changed files with 8 additions and 5 deletions

View File

@@ -275,7 +275,8 @@ export default {
return (
this.inReplyTo?.id &&
!this.isPrivate &&
this.inboxHasFeature(INBOX_FEATURES.REPLY_TO)
this.inboxHasFeature(INBOX_FEATURES.REPLY_TO) &&
!this.is360DialogWhatsAppChannel
);
},
showRichContentEditor() {