ipfs-shipyard / Durin

Native mobile apps for share actions on iOS and Android
MIT License
46 stars 5 forks source link

fix: Legacy CID storage issue #16

Closed meandavejustice closed 1 year ago

meandavejustice commented 1 year ago

Prior to the style-updates pr, file data was stored as urls, now we have a file object with a .cid property. This loops over our filelist on app load and fixes the legacy storage.

I have not tested this on IOS, we could push to testflight and test before deploying? What do you think @yocontra