Skip to content

Commit

Permalink
Merge pull request #28 from dyte-io/fix/remove-socket-service-flag-ch…
Browse files Browse the repository at this point in the history
…eck-hotfix

fix: remove socket service flag check
  • Loading branch information
tarushnagpal authored Nov 4, 2024
2 parents cf71945 + b4b3289 commit d995316
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/src/components/dyte-chat/dyte-chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,7 @@ export class DyteChat {
private isPrivateChatSupported = () => {
return (
this.canPrivateMessage &&
!this.disablePrivateChat &&
this.meeting?.__internals__?.features?.getFeatureValue('chat_socket_server') ===
'socket-service'
!this.disablePrivateChat
);
};

Expand Down

0 comments on commit d995316

Please sign in to comment.