mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-13 21:01:16 +08:00
Porting changes from https://github.com/chatwoot/chatwoot/pull/10552 --------- Co-authored-by: Pranav <[email protected]> Co-authored-by: Sivin Varghese <[email protected]> Co-authored-by: Vishnu Narayanan <[email protected]> Co-authored-by: Sojan <[email protected]> Co-authored-by: iamsivin <[email protected]> Co-authored-by: Pranav <[email protected]>
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',
|
|
};
|