Skip to content

4.1.8

Choose a tag to compare

@ashfaqcometchat ashfaqcometchat released this 04 Sep 19:31
· 1 commit to v4 since this release
7cce20d

v4.1.8

New

  • Added markAsDeliveredFromNotification(messageID:receiverType:receiverId:) to address delivery receipts to the correct conversation. The existing senderUid: variant is deprecated but continues to work.

Enhancements

  • Improved delivery and read receipt logging to report the actual outcome of each call, and corrected markAsRead log messages that identified themselves as "Mark as Delivered".

Fixes

  • Fixed delivery and read receipt completion handlers over the HTTP fallback invoking onError on success and onSuccess on failure.

  • Fixed group delivery and read receipts being addressed to the message sender instead of the group, preventing receipts from reaching the intended conversation.