Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Improvements & bug fixes

Latest
Compare
Choose a tag to compare
@cjmconie cjmconie released this 05 Mar 13:23
· 96 commits to master since this release
badf834

Updated

  • Add Codable conformance to MessageListModel.

  • Convert cursor and messages properties on MessageListModel from let to var .

  • Convert cursor and threads properties on MessageListModel from let to var.

  • Add page and limit properties to DiscoverQueryBuilder to allow for paging.

Fixed

  • Default isPublished is false. This allows vAtoms with a missing unpublished JSON key to be decoded.