Merge pull request #40 from garfiec/fix/camera-photos-sweep

fix(data): sweep camera_photos cache dir on logout
This commit is contained in:
Garfie Chiu 2026-04-14 19:57:21 -05:00 committed by GitHub
commit 4814f8a5b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ import co.touchlab.kermit.Logger
/**
* Subdirectories under the platform cache root that are cleared on logout.
*/
internal val CACHE_SUBDIRECTORIES = listOf("image_cache", "artifacts", "shared_images")
internal val CACHE_SUBDIRECTORIES = listOf("image_cache", "artifacts", "shared_images", "camera_photos")
/**
* Deletes a directory and all its contents at the given [path].