From 8e667db40c8e20dff4142927f04a081d0434a0be Mon Sep 17 00:00:00 2001 From: Brandon Stites Date: Fri, 2 Jun 2023 12:32:50 -0600 Subject: [PATCH] Add new key for reactions --- src/ONYXKEYS.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ONYXKEYS.js b/src/ONYXKEYS.js index 8cbf4a726f95..1e0e4bae1b49 100755 --- a/src/ONYXKEYS.js +++ b/src/ONYXKEYS.js @@ -118,6 +118,7 @@ export default { REPORT: 'report_', REPORT_ACTIONS: 'reportActions_', REPORT_ACTIONS_DRAFTS: 'reportActionsDrafts_', + REPORT_ACTIONS_REACTIONS: 'reportActionsReactions_', REPORT_DRAFT_COMMENT: 'reportDraftComment_', REPORT_DRAFT_COMMENT_NUMBER_OF_LINES: 'reportDraftCommentNumberOfLines_', REPORT_IS_COMPOSER_FULL_SIZE: 'reportIsComposerFullSize_',