refactor: UI flags for Reply To (#8147)

This commit is contained in:
Shivam Mishra
2023-10-20 14:19:19 +05:30
committed by GitHub
parent 35a9acf099
commit 6d9b2a6b33
2 changed files with 10 additions and 2 deletions

View File

@@ -292,7 +292,7 @@ export default {
},
inboxSupportsReplyTo() {
return (
this.inboxHasFeature(INBOX_FEATURES.REPLY_TO) &&
this.inboxHasFeature(INBOX_FEATURES.REPLY_TO_OUTGOING) &&
this.isFeatureEnabledonAccount(
this.accountId,
FEATURE_FLAGS.MESSAGE_REPLY_TO