aboutsummaryrefslogtreecommitdiff
path: root/src/store/initialStates.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-09 11:25:10 -0500
committerIvan Chen <ivan@tagg.id>2021-02-09 11:25:10 -0500
commita25ec0b95017a9b6e0c3392f8fe1ad4c604de520 (patch)
tree370d6144466ffb82937adfb3a7737374656e67ed /src/store/initialStates.ts
parentf28ef2d4ac61475d7bd9728634b80f7c0760ff58 (diff)
added newVersionAvailable to store, added logic to request newest version
Diffstat (limited to 'src/store/initialStates.ts')
-rw-r--r--src/store/initialStates.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts
index 8d137a5d..6ca133e0 100644
--- a/src/store/initialStates.ts
+++ b/src/store/initialStates.ts
@@ -44,6 +44,7 @@ export const NO_USER_DATA = {
avatar: <string | null>'',
cover: <string | null>'',
isOnboardedUser: false,
+ newVersionAvailable: false,
newNotificationReceived: false,
replyPosted: <CommentThreadType | undefined>undefined,
};