Skip to content

Commit

Permalink
fix: Set the default image compression rate to 70% (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoonBaek authored Dec 12, 2022
1 parent 285df35 commit a579dfb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/Sendbird.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,10 @@ export default function Sendbird(props) {
userListQuery,
logger,
pubSub,
imageCompression,
imageCompression: {
compressionRate: 0.7,
...imageCompression,
},
isReactionEnabled,
isMentionEnabled: isMentionEnabled || false,
userMention: {
Expand Down

0 comments on commit a579dfb

Please sign in to comment.