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
If we start to leave a project and the app crashes, we may fail to remove data from indexers. At startup, we should find left projects and remove the "orphaned" data.
The text was updated successfully, but these errors were encountered:
If you start to leave a project and the operation fails partway, we now
finish the next time you try to load that project.
For example, imagine the following scenario:
1. The user presses the "leave project" button.
2. We mark them as having left the project, but haven't yet deleted any
data.
3. Their phone runs out of battery.
Previously, the project state would be messed up in this scenario. Now,
we finish the cleanup before returning the project.
Fixes [#583].
[#583]: #583
If you start to leave a project and the operation fails partway, we now
finish the next time you try to load that project.
For example, imagine the following scenario:
1. The user presses the "leave project" button.
2. We mark them as having left the project, but haven't yet deleted any
data.
3. Their phone runs out of battery.
Previously, the project state would be messed up in this scenario. Now,
we finish the cleanup before returning the project.
Fixes [#583].
[#583]: #583
If we start to leave a project and the app crashes, we may fail to remove data from indexers. At startup, we should find left projects and remove the "orphaned" data.
The text was updated successfully, but these errors were encountered: