From ed69499a160b310f24a67e0cee9d318dcf26e46b Mon Sep 17 00:00:00 2001 From: Devlin Junker Date: Thu, 28 Sep 2023 14:16:39 -0700 Subject: tested with audio and video feeds Signed-off-by: Devlin Junker --- src/types/MutationTypes.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/types') diff --git a/src/types/MutationTypes.ts b/src/types/MutationTypes.ts index 6da393c6a..b427821cd 100644 --- a/src/types/MutationTypes.ts +++ b/src/types/MutationTypes.ts @@ -20,7 +20,9 @@ export const FOLDER_MUTATION_TYPES = { export const FEED_ITEM_MUTATION_TYPES = { SET_ITEMS: 'SET_ITEMS', UPDATE_ITEM: 'UPDATE_ITEM', + SET_SELECTED_ITEM: 'SET_SELECTED_ITEM', + SET_PLAYING_ITEM: 'SET_PLAYING_ITEM', SET_STARRED_COUNT: 'SET_STARRED_COUNT', SET_UNREAD_COUNT: 'SET_UNREAD_COUNT', -- cgit v1.2.3