Skip to content

Commit

Permalink
disabling co-presence feature hard coded
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikramuka committed Oct 27, 2023
1 parent 474ee5d commit b4e9319
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/web/client/utilities/commonUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ export function isCoPresenceEnabled() {
);
}

return isCoPresenceEnabled as boolean;
// return isCoPresenceEnabled as boolean;
// this feature is under development and will be enabled in future
return false;
}

/**
Expand Down

0 comments on commit b4e9319

Please sign in to comment.