From e80e22569e9699b5bc0f2f7e3cc2f0e790e382a8 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 25 Mar 2021 13:42:26 -0400 Subject: added is_private --- src/store/initialStates.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/store') 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 = []; -- cgit v1.2.3-70-g09d2