summaryrefslogtreecommitdiffstats
path: root/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'src/types')
-rw-r--r--src/types/MutationTypes.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types/MutationTypes.ts b/src/types/MutationTypes.ts
index 8c00e714b..7176366e5 100644
--- a/src/types/MutationTypes.ts
+++ b/src/types/MutationTypes.ts
@@ -11,5 +11,7 @@ export const FOLDER_MUTATION_TYPES = {
export const FEED_ITEM_MUTATION_TYPES = {
SET_ITEMS: 'SET_ITEMS',
SET_STARRED_COUNT: 'SET_STARRED_COUNT',
+ SET_UNREAD_COUNT: 'SET_UNREAD_COUNT',
UPDATE_ITEM: 'UPDATE_ITEM',
+ SET_FETCHING: 'SET_FETCHING'
}