mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	* File size check logic in widget * set maxium file size * update locale texts * file size check in dashboard * dynamincally set file size limit error message * code climate review fixes * add alert mixin * move attahcment bus event to constants * Move file size check logic to helper * add specs for file size limit check helper * changes as per review
		
			
				
	
	
		
			6 lines
		
	
	
		
			173 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			173 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export const BUS_EVENTS = {
 | 
						|
  SET_REFERRER_HOST: 'SET_REFERRER_HOST',
 | 
						|
  SET_TWEET_REPLY: 'SET_TWEET_REPLY',
 | 
						|
  ATTACHMENT_SIZE_CHECK_ERROR: 'ATTACHMENT_SIZE_CHECK_ERROR',
 | 
						|
};
 |