vauvenal5 / yaga

Nextcloud Yaga - A Nextcloud first gallery app for Android.
https://vauvenal5.github.io/yaga-docs/
GNU General Public License v3.0
137 stars 10 forks source link

Consider using Nextcloud activity log for deletes #77

Open vauvenal5 opened 3 years ago

vauvenal5 commented 3 years ago

Currently we are using a diff approach to recognize server side deletes. This can lead to cases where users have to choose to not sync server side deletes to avoid local data loss, see #74.

Alternatively we should be able to use the activity endpoint to look for delete operations.