fix: Add validation on the message length in Vue (#2209)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -6,5 +6,6 @@ export const MESSAGE_MAX_LENGTH = {
|
||||
GENERAL: 10000,
|
||||
FACEBOOK: 640,
|
||||
TWILIO_SMS: 160,
|
||||
TWILIO_WHATSAPP: 1600,
|
||||
TWEET: 280,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user