feat: setup inReplyTo store
This commit is contained in:
@@ -2,6 +2,7 @@ export const LOCAL_STORAGE_KEYS = {
|
||||
DISMISSED_UPDATES: 'dismissedUpdates',
|
||||
WIDGET_BUILDER: 'widgetBubble_',
|
||||
DRAFT_MESSAGES: 'draftMessages',
|
||||
MESSAGE_IN_REPLY_TO: 'messageInReplyTo',
|
||||
COLOR_SCHEME: 'color_scheme',
|
||||
DISMISSED_LABEL_SUGGESTIONS: 'labelSuggestionsDismissed',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user