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
<AppappId={appId}userId={userId}uikitOptions={{groupChannel: {// Below turns on the `SuggestedReplies` feature (see v3.8.0 release changelog). Default value is false.enableSuggestedReplies: true,}}}/>
MessageInput is now being disabled if channel.lastMessage.extendedMessagePayload['disable_chat_input'] is true
Fixes:
Fixed a bug where channel is being removed from my channel list when other member leaves the channel
Fixed a bug where channel avatar image is not updated when a member leaves, or joins, or profileUrl changes
Fixed a bug where ChannelListUI is not updated when network is reconnected
Fixed a bug in ChannelList where activeChannelUrl is set but onChannelSelect fires with null after loading ChannelList
Fixed a bug where url text wrapped around special characters not parsed as link
Fixed a bug where space character before url text is removed in sent message
Fixed a runtime error occurring when using renderMessage of Channel module