feat: allow reply to for outgoing messages too

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