Skip to content

Commit

Permalink
chore: add enableVoiceMessage uikit config
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Nov 3, 2023
1 parent 7ff19e4 commit 6f4386d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const SendbirdUIKit = Object.freeze({
},
});

type UnimplementedFeatures = 'enableVoiceMessage' | 'threadReplySelectType' | 'replyType';
type UnimplementedFeatures = 'threadReplySelectType' | 'replyType';
export type ChatOmittedInitParams = Omit<
SendbirdChatParams<[GroupChannelModule, OpenChannelModule]>,
(typeof chatOmitKeys)[number]
Expand Down

0 comments on commit 6f4386d

Please sign in to comment.