Files
chatwoot/app/javascript/dashboard/constants/localStorage.js
Shivam Mishra 164b4df679 feat: implement handleReplyTo
* save to localstorage
* trigger a event on the bus
2023-10-05 14:38:55 +05:30

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',
};