aboutsummaryrefslogtreecommitdiff
path: root/src/store/initialStates.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-23 18:53:15 -0400
committerGitHub <noreply@github.com>2021-07-23 18:53:15 -0400
commit88b8d6c732d871ddf48bb6a4a1bb8cfb27f0bc1d (patch)
tree0e36f5b9258a2104d35bb929546575df4b0bfd22 /src/store/initialStates.ts
parent14c151ba80672938fecd4768b30f5812bd0a996e (diff)
parente39fcbd9e35f6a5e36afe248e24bea0dd3859202 (diff)
Merge branch 'master' into tma985-moment-view-count
Diffstat (limited to 'src/store/initialStates.ts')
-rw-r--r--src/store/initialStates.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts
index 92a1e456..7d8cf439 100644
--- a/src/store/initialStates.ts
+++ b/src/store/initialStates.ts
@@ -10,6 +10,7 @@ import {
import {
CommentThreadType,
MomentPostType,
+ MomentUploadProgressBarType,
UniversityType,
} from './../types/types';
@@ -48,6 +49,7 @@ export const NO_USER_DATA = {
profile: <ProfileInfoType>NO_PROFILE,
avatar: <string | undefined>undefined,
cover: <string | undefined>undefined,
+ momentUploadProgressBar: <MomentUploadProgressBarType | undefined>undefined,
isOnboardedUser: false,
newVersionAvailable: false,
newNotificationReceived: false,