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 a new method setAttachmentTypes in MessagesRequestBuilder, enabling users to filter messages by attachment type (image, file, video, audio).
Introduced an AttachmentType enum to support the new attachment filtering feature.
Enhancements
None
Fixes
Resolved a crash that occurred when null was passed as the last message parameter while creating a conversation object using new CometChat.Conversation().
Fixed an issue where special characters such as # and @ in tags or search keywords were not being sent to the API.
Addressed a problem where string values like "0", "null", "undefined", and "false" passed as search keywords were ignored by the SDK.
Removed unnecessary references to sendFriendRequests, acceptFriendRequest, and rejectFriendRequest to streamline the SDK.