Features:
- Add props
activeChannelUrl
to ChannelList to give an option to pragmatically set a channel from a parent component routerconst MyChannelList = () => { const [myActiveChannel] = useState() return (<ChannelList activeChannelUrl={myActiveChannel.url} />) }
Fixes:
- Fix not showing newly recived messages in channel which has less messages
- Use a real
channel.invitedAt
value when trying to fetch MessageSearchQuery - Disable the checkbox of the joined users on the InviteUsersModal
- Set the default value of CheckBox component:
@sendbird/uikit-react/ui/CheckBox
as false