TF-1544: Support case reply all when sent email
(cherry picked from commit 8495321bf440679e9648b231d7fb25ded6cd284f)
This commit is contained in:
@@ -32,7 +32,7 @@ class EmailRequest with EquatableMixin {
|
||||
emailActionType
|
||||
];
|
||||
|
||||
bool get isEmailAnswered => emailActionType == EmailActionType.reply;
|
||||
bool get isEmailAnswered => emailActionType == EmailActionType.reply || emailActionType == EmailActionType.replyAll;
|
||||
|
||||
bool get isEmailForwarded => emailActionType == EmailActionType.forward;
|
||||
}
|
||||
Reference in New Issue
Block a user