Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid fetching all entities after creating new one
For #315. Whenever a new entity was created, `oldestDate` parameter during `remoteSync` was sent as NULL, thus forcing fetching ALL entities again, and leading to sync problems. Solution is sending the `oldestDate` which is neither invalid nor NULL.
- Loading branch information