mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	feat: Extend the message limit for the Facebook Channels (#6816)
This commit is contained in:
		@@ -4,7 +4,7 @@ export const isASubmittedFormMessage = (message = {}) =>
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export const MESSAGE_MAX_LENGTH = {
 | 
					export const MESSAGE_MAX_LENGTH = {
 | 
				
			||||||
  GENERAL: 10000,
 | 
					  GENERAL: 10000,
 | 
				
			||||||
  FACEBOOK: 640,
 | 
					  FACEBOOK: 1000,
 | 
				
			||||||
  TWILIO_SMS: 320,
 | 
					  TWILIO_SMS: 320,
 | 
				
			||||||
  TWILIO_WHATSAPP: 1600,
 | 
					  TWILIO_WHATSAPP: 1600,
 | 
				
			||||||
  TWEET: 280,
 | 
					  TWEET: 280,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user