mirror of
https://github.com/etesync/server
synced 2024-11-17 22:38:29 +00:00
bdd787b915
We were failing until now, but since the uid is sure to be unique, we can just assume that if it's the same uid it's the same content. This means we can just gracefully fail as the data is the same. Until now, we were raising an error, but we now just do nothing and consider it a success. This is especially useful when a network error caused an item to be uploaded but not updated on the client side. |
||
---|---|---|
.. | ||
drf_msgpack | ||
migrations | ||
token_auth | ||
__init__.py | ||
admin.py | ||
app_settings.py | ||
apps.py | ||
exceptions.py | ||
models.py | ||
parsers.py | ||
permissions.py | ||
renderers.py | ||
serializers.py | ||
signals.py | ||
tests.py | ||
urls.py | ||
utils.py | ||
views.py |