mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
chore: Update message limit to Twilio recommended 320 characters (#3333)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user