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
Resolved an issue where the custom MessageRequestBuilder was not working with CometChatMessageList.
Corrected reaction alignment in CometChatMessageList when messages were aligned to the left; reactions now align properly.
Fixed a bug where MessagesConfiguration in CometChatConversationsWithMessages was not applied to CometChatMessages when accessed via the "Message Privately" option in group chat.
Fixed an animation issue when transitioning between CometChatMessages views using the "Message Privately" option.
Ensured the global navigation style now applies correctly to the CometChatDetails component.
Addressed an issue where the initial characters of user and group names were incorrectly capitalized in CometChatMessageHeader, CometChatConversations, CometChatUsers, and CometChatGroup components.
Resolved a bug (introduced in v4.3.17) where all users incorrectly appeared as online in the CometChatReactionList.
Fixed the disable(userPresence: Bool) property in CometChatMessageHeader and CometChatDetails.
Fixed the hide(headerView: Bool) property to ensure it works correctly with custom header views in CometChatMessageList.
Resolved an issue where the disable(reaction: Bool) property in ThreadedMessageConfiguration was not working.