feat: allow reply to for outgoing messages too
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user