Skip to content

Commit

Permalink
Merge pull request #26 from dyte-io/fix/remove-socket-service-flag-check
Browse files Browse the repository at this point in the history
fix: remove socket service check
  • Loading branch information
tarushnagpal authored Nov 7, 2024
2 parents 24e63c4 + 1e1f3ee commit a40e938
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 @@ -423,9 +423,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 a40e938

Please sign in to comment.