feat: Extend the message limit for the Facebook Channels (#6816)

This commit is contained in:
balawa
2023-04-04 21:07:13 +02:00
committed by GitHub
parent b39e5bb642
commit 2ca8726005

View File

@@ -4,7 +4,7 @@ export const isASubmittedFormMessage = (message = {}) =>
export const MESSAGE_MAX_LENGTH = {
GENERAL: 10000,
FACEBOOK: 640,
FACEBOOK: 1000,
TWILIO_SMS: 320,
TWILIO_WHATSAPP: 1600,
TWEET: 280,