Merge pull request from ente-io/update_invalid_files_key

Update the key for invalid files to pull files that were ignored due to permission errors
This commit is contained in:
Vishnu Mohandas 2021-09-11 11:53:59 +05:30 committed by GitHub
commit 2f0aead356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -26,7 +26,9 @@ class LocalSyncService {
static const kPermissionStateKey = "permission_state";
static const kEditedFileIDsKey = "edited_file_ids";
static const kDownloadedFileIDsKey = "downloaded_file_ids";
static const kInvalidFileIDsKey = "invalid_file_ids";
// Adding `_2` as a suffic to pull files that were earlier ignored due to permission errors
// See https://github.com/CaiJingLong/flutter_photo_manager/issues/589
static const kInvalidFileIDsKey = "invalid_file_ids_2";
LocalSyncService._privateConstructor();

View file

@ -11,7 +11,7 @@ description: ente photos application
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.3.23+233
version: 0.3.24+234
environment:
sdk: ">=2.10.0 <3.0.0"