feat: extending lock to single conversation to meta inbox (#9104)

This change introduces the ability to lock conversations to a single thread for Instagram and facebook messages within the Meta inbox, mirroring existing functionality in WhatsApp and SMS inboxes.

Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
This commit is contained in:
Jaideep Guntupalli
2024-04-03 21:33:23 +05:30
committed by GitHub
parent 6b7a707fef
commit e21d7552d3
6 changed files with 235 additions and 5 deletions

View File

@@ -589,7 +589,9 @@ export default {
return this.inbox.name;
},
canLocktoSingleConversation() {
return this.isASmsInbox || this.isAWhatsAppChannel;
return (
this.isASmsInbox || this.isAWhatsAppChannel || this.isAFacebookInbox
);
},
inboxNameLabel() {
if (this.isAWebWidgetInbox) {