You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix broken local uri's when relaunching the app (#74)
* Fix broken localUri's for attachments that do exist
E.g. when rebuilding an app the system relocates the app's sandbox which gets a new path each run, which breaks the stored local uri's
* Clear any local uri's for archived attachments
I had a bunch of these, not sure if they got in that state from my experimenting/testing with broken local uri's (before arriving at the fix in the previous commit fcadf00)
* Run verify attachments immediately when creating the AttachmentQueue
To repair broken localUri's without requiring start sync, e.g. using an app before signing in/subscribing
---------
Co-authored-by: stevensJourney <[email protected]>
0 commit comments