summaryrefslogtreecommitdiffstats
path: root/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'src/types')
-rw-r--r--src/types/MutationTypes.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types/MutationTypes.ts b/src/types/MutationTypes.ts
index 9d725c0c3..859c47f04 100644
--- a/src/types/MutationTypes.ts
+++ b/src/types/MutationTypes.ts
@@ -18,4 +18,5 @@ export const FEED_ITEM_MUTATION_TYPES = {
SET_FETCHING: 'SET_FETCHING',
SET_ALL_LOADED: 'SET_ALL_LOADED',
+ SET_LAST_ITEM_LOADED: 'SET_LAST_ITEM_LOADED',
}