diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-03-25 13:42:26 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-03-25 13:42:26 -0400 |
| commit | e80e22569e9699b5bc0f2f7e3cc2f0e790e382a8 (patch) | |
| tree | 527faeaa83de93f35e70c3d88daac9a62e505299 /src/store/initialStates.ts | |
| parent | cc1b5a0be911dc05386a5114e966b7ee4eb21441 (diff) | |
added is_private
Diffstat (limited to 'src/store/initialStates.ts')
| -rw-r--r-- | src/store/initialStates.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index 8ffdd559..47ab8f39 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -25,6 +25,7 @@ export const NO_PROFILE: ProfileInfoType = { tiktok: '', friendship_status: 'no_record', friendship_requester_id: '', + is_private: true, }; export const EMPTY_MOMENTS_LIST = <MomentType[]>[]; |
