digidem / comapeo-mobile

The next version of Mapeo mobile
GNU General Public License v3.0
5 stars 1 forks source link

fix: update invites api usage to fix invite accept flow #476

Closed achou11 closed 3 months ago

achou11 commented 4 months ago

a recent upgrade to @mapeo/core changed a couple of things about how invites are handled, most notably replacing the projectPublicId field with the projectInviteId field. This wasn't accounted for when upgrading to the core version that introduced that change, causing some invite-related code to be broken.