Skip to content

Commit

Permalink
bug-fix: Fixed a bug where message input is not being disabled when l…
Browse files Browse the repository at this point in the history
…ast message has a suggested replies (#207)

https://sendbird.atlassian.net/browse/AC-2292
  • Loading branch information
liamcho authored May 10, 2024
1 parent 9192541 commit b7c922d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ProviderContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const SBComponent = ({ children }: { children: React.ReactElement }) => {
},
enableVoiceMessage: false,
enableFeedback: enableEmojiFeedback,
enableSuggestedReplies: true,
},
}}
>
Expand Down

0 comments on commit b7c922d

Please sign in to comment.