refactor: use feature flag to toggle reply to

This commit is contained in:
Shivam Mishra
2023-10-05 11:30:32 +05:30
parent cfeddcbec2
commit dc6757df3d
3 changed files with 12 additions and 3 deletions
@@ -274,8 +274,7 @@ export default {
copy: this.hasText,
delete: this.hasText || this.hasAttachments,
cannedResponse: this.isOutgoing && this.hasText,
replyTo: false,
// replyTo: !this.data.private && this.inboxSupportsReplyTo,
replyTo: !this.data.private && this.inboxSupportsReplyTo,
};
},
contentAttributes() {