feat: disable reply to for all

This commit is contained in:
Shivam Mishra
2023-10-04 15:52:17 +05:30
parent eb6f1e4031
commit b952608eeb
@@ -274,7 +274,8 @@ export default {
copy: this.hasText,
delete: this.hasText || this.hasAttachments,
cannedResponse: this.isOutgoing && this.hasText,
replyTo: !this.data.private && this.inboxSupportsReply,
replyTo: false,
// replyTo: !this.data.private && this.inboxSupportsReply,
};
},
contentAttributes() {