diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-01-15 03:33:59 -0800 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-01-15 03:33:59 -0800 |
| commit | df6595694c678657fec30d881fb1edcd39b62f17 (patch) | |
| tree | 2953fbbc222fc3f7f092ee61c6d4b0c3414d3f9d /src/store/initialStates.ts | |
| parent | 82476e27fe6f5dc699370659d223dcd86fd5c76b (diff) | |
friend request
Diffstat (limited to 'src/store/initialStates.ts')
| -rw-r--r-- | src/store/initialStates.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index 87e1ce22..08dc7077 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -20,6 +20,8 @@ export const NO_PROFILE: ProfileType = { profile_completion_stage: 1, snapchat: '', tiktok: '', + friendship_status: 'no_record', + friendship_requester_id: '', }; export const EMPTY_MOMENTS_LIST = <MomentType[]>[]; |
