aboutsummaryrefslogtreecommitdiff
path: root/src/store/initialStates.ts
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-04-09 11:30:20 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-04-09 11:30:20 -0700
commit9fef149f9c2185c191d1b856d7939449ccc4f1d0 (patch)
tree77fd36601c857cdff5be7fb9cc69aa3d5c38a3c5 /src/store/initialStates.ts
parent0a09c73cabc656b85465102b8e266e1a0cc1fdf2 (diff)
Added boolean for user connection status
Diffstat (limited to 'src/store/initialStates.ts')
-rw-r--r--src/store/initialStates.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts
index 02331eb6..546c57a9 100644
--- a/src/store/initialStates.ts
+++ b/src/store/initialStates.ts
@@ -41,6 +41,7 @@ export const EMPTY_PROFILE_PREVIEW_LIST = <ProfilePreviewType[]>[];
export const NO_USER_DATA = {
user: <UserType>NO_USER,
+ chatClientReady: <boolean>false,
profile: <ProfileInfoType>NO_PROFILE,
avatar: <string | undefined>undefined,
cover: <string | undefined>undefined,