v4.15.0
sendbird-sdk-deployment
released this
07 Nov 04:04
·
4 commits
to stable
since this release
Features
Added new properties in Reaction
to support more users
export default class Reaction {
...
// A list of sampled userIds that have reacted to this Reaction.
get sampledUserIds: string[]
// A count of the number of users who have reacted to this.
get count: number
// A flag indicating whether the current user has reacted to this.
get hasCurrentUserReacted: boolean
...
}
- Deprecated
userIds
inReaction
Improvements
- Fixed a bug where GET muted API is called every time
- Fixed a bug when autoresend started, did not update channel info