Merge branch 'develop' into chore-bump-up-email-char-limit

This commit is contained in:
Fayaz Ahmed
2024-09-07 08:59:44 +05:30
committed by GitHub
2 changed files with 4 additions and 0 deletions
@@ -240,6 +240,9 @@ export default {
if (this.isASmsInbox) {
return MESSAGE_MAX_LENGTH.TWILIO_SMS;
}
if (this.isAnEmailChannel) {
return MESSAGE_MAX_LENGTH.EMAIL;
}
return MESSAGE_MAX_LENGTH.GENERAL;
},
showFileUpload() {