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 mark as unread functionality for messages in Group Channel
Added enableMarkAsUnread global option
How to use?
<AppappId={appId}userId={userId}uikitOptions={{groupChannel: {// Below turns on the mark as unread feature. Default value is false.enableMarkAsUnread: true,}}}/>
Fixes
Fixed a bug Where Multiple Chat Windows cause unexpected behavior
Chore
Updated @sendbird/chat version to ^4.18.0
Updated @sendbird/uikit-tools dependency version to ^0.0.10
Updated @sendbird/react-uikit-message-template-view dependency version to ^0.0.10