feat: setup inReplyTo store

This commit is contained in:
Shivam Mishra
2023-10-04 18:14:15 +05:30
parent 3aa79dffef
commit e4620291a7
3 changed files with 22 additions and 0 deletions
@@ -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',
};