LayerKit v0.18.0 Release Notes

  • Public API Changes

    • ๐Ÿ”€ Introduced a new deletion mode LYRDeletionModeMyDevices, which provides for synchronizing a conversation or message deletion among all of a users devices.
    • ๐Ÿ—„ Deprecated LYRDeletionModeLocal in favor of LYRDeletionModeMyDevices.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixes an issue where attempting to remove a participant would return TRUE when the participant was not a participant in the conversation.
    • ๐Ÿ›  Fixes an issue that caused the isSent property of received messages to not get updated immediately upon receipt.