chore: Update message limit to Twilio recommended 320 characters (#3333)
This commit is contained in:
parent
81708f92a8
commit
26f36548c2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export const isASubmittedFormMessage = (message = {}) =>
|
|||
export const MESSAGE_MAX_LENGTH = {
|
||||
GENERAL: 10000,
|
||||
FACEBOOK: 640,
|
||||
TWILIO_SMS: 160,
|
||||
TWILIO_SMS: 320,
|
||||
TWILIO_WHATSAPP: 1600,
|
||||
TWEET: 280,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue