mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-04 04:57:51 +00:00 
			
		
		
		
	Porting changes from https://github.com/chatwoot/chatwoot/pull/10552 --------- Co-authored-by: Pranav <pranav@chatwoot.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com> Co-authored-by: Sojan <sojan@pepalo.com> Co-authored-by: iamsivin <iamsivin@gmail.com> Co-authored-by: Pranav <pranavrajs@gmail.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			280 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			280 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export const LOCAL_STORAGE_KEYS = {
 | 
						|
  DISMISSED_UPDATES: 'dismissedUpdates',
 | 
						|
  WIDGET_BUILDER: 'widgetBubble_',
 | 
						|
  DRAFT_MESSAGES: 'draftMessages',
 | 
						|
  COLOR_SCHEME: 'color_scheme',
 | 
						|
  DISMISSED_LABEL_SUGGESTIONS: 'labelSuggestionsDismissed',
 | 
						|
  MESSAGE_REPLY_TO: 'messageReplyTo',
 | 
						|
};
 |