Check whether the task has been created remotely before setting ToUpdate or ToRemove #13
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Removing the task that has been created offline while still being offline will result in the app trying to send requests that are doomed to hit 404.
Should simply remove them from the offline store instead.
Should unset
ToUpdate
for tasks to be removed as well.