summaryrefslogtreecommitdiffstats
path: root/src/types
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2023-08-30 22:13:58 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2023-09-03 12:05:24 +0200
commita3077f1b97b65d477e9b83f7a8b914d1a304b83c (patch)
treeb67fca1e04c3baec3a93e621bfbcfab066db89d8 /src/types
parent83f99debaa1a6bfde88b62e43e6a0852ce928063 (diff)
fix loading bug and move to feed-display directory
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
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',
}