feat: enable LOCK_TO_SINGLE_CONVERSATION setting for meta inbox

This commit is contained in:
Jaideep Guntupalli
2024-03-12 00:50:59 +05:30
parent 9f70b93ff3
commit bcb5165de7
@@ -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) {