diff --git a/radicale/storage.py b/radicale/storage.py index 082d15e..7bda7e0 100644 --- a/radicale/storage.py +++ b/radicale/storage.py @@ -952,6 +952,7 @@ class Collection(BaseCollection): with self._atomic_write( path, newline="", sync_directory=False) as f: f.write(text) + self._sync_directory(cache_folder) self._sync_directory(self._filesystem_path) @classmethod