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
There are some lingering questions about what leaving a project entails when it comes to data deletion. For the sake of leaning towards the safer side for future work, we should update MapeoProject[kLeaveProject]() to use deleteOwn: false when calling CoreManager.deleteData().
When you leave a project, we no longer delete your own data (but still
close your writer Hypercore).
Because this was the last occurrence of `deleteOwn: false`, I removed
the option entirely.
Fixes#449.
When you leave a project, we no longer delete your own data (but still
close your writer Hypercore).
Because this was the last occurrence of `deleteOwn: false`, I removed
the option entirely.
Fixes#449.
Description
There are some lingering questions about what leaving a project entails when it comes to data deletion. For the sake of leaning towards the safer side for future work, we should update
MapeoProject[kLeaveProject]()
to usedeleteOwn: false
when callingCoreManager.deleteData()
.Tasks
MapeoProject[kLeaveProject]()
implementationThe text was updated successfully, but these errors were encountered: