mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	 7fd8b4d03a
			
		
	
	7fd8b4d03a
	
	
	
		
			
			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',
 | |
| };
 |