feat: implement handleReplyTo

* save to localstorage
* trigger a event on the bus
This commit is contained in:
Shivam Mishra
2023-10-05 14:38:55 +05:30
parent 2014a82ff8
commit 164b4df679
3 changed files with 11 additions and 1 deletions
@@ -4,4 +4,5 @@ export const LOCAL_STORAGE_KEYS = {
DRAFT_MESSAGES: 'draftMessages',
COLOR_SCHEME: 'color_scheme',
DISMISSED_LABEL_SUGGESTIONS: 'labelSuggestionsDismissed',
MESSAGE_REPLY_TO: 'messageReplyTo',
};