ephemeraHQ / xmtp-inbox-ios

ARCHIVED: See the README for info about an alternative iOS app you can try.
4 stars 0 forks source link

More bug fixes #101

Closed nakajima closed 1 year ago

nakajima commented 1 year ago

The biggest change in this PR is a change in how we fetch data for lists. Before, we had ConversationLoader and MessageLoader that had a published array of objects that views consumed. Now we're using GRDBQuery to have queries that observe DB changes in our views. This should make things a bit more consistent and let us do a bit more work trying to keep things up to date manually. It should also fix https://github.com/xmtp-labs/xmtp-inbox-ios/issues/93.

Other stuff:

Bonus: