You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for enforce_unique param on send reaction API. When true, previous reaction (if any) from user will be replaced with the new reaction. 27ddd4f
Added event handler for event reaction.updated27ddd4f
Added new flag on channel state isUpToDate (please check description for details) 588c0e9
New channel.updatePartial() function can be used to set and unset specific fields when it is necessary to retain additional custom data fields on Channel #550
client.testPushSettings() accepts skipDevices boolean attribute which skip config/device checks and sending to real devices #548
channel.sendReaction() accepts enforce_unique attribute to overwrite existing reactions if any #527
Fix
deprecate setUser and setAnonymousUser in favor of connectUser and connectAnonymousUser#529
Update channel read state when a new message is sent #536
Removed unused user_details field from query_channels#545
Channel stopTyping accepts optional parent_id for typing in threads notification.invite_rejected#505
Fix
Mute users no longer counted in channel unread #498
AppSettingsAPIResponse type includes image_moderation_enabled#497
User ban function signature updated #502: client.banUser('user1', {user_id: 'user2'}) is replaced with client.banUser('user1', {banned_by_id: 'user2'})