aboutsummaryrefslogtreecommitdiff
path: root/src/store/initialStates.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-23 18:55:27 -0400
committerIvan Chen <ivan@tagg.id>2021-07-23 18:55:27 -0400
commitc3febe151a34456cecbe84ffaac6eeea56254005 (patch)
tree3e1465a0e195c3b9676513606089a3dd141b0176 /src/store/initialStates.ts
parent811426f6a4d2e3495d45c0ed1b209f2ea539e26f (diff)
parente39fcbd9e35f6a5e36afe248e24bea0dd3859202 (diff)
Merge branch 'master' into tma994-bugfix-camera-screen-preview
# Conflicts: # src/components/moments/TrimmerPlayer.tsx # src/screens/upload/EditMedia.tsx
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,