This commit is contained in:
Neeraj Gupta
2025-06-24 13:31:58 +05:30
parent a825367c49
commit 64b86376f6
2 changed files with 0 additions and 9 deletions

View File

@@ -80,11 +80,6 @@ class IgnoredFilesService {
return null;
}
Future<bool> shouldSkipUploadAsync(EnteFile file) async {
final ignoredID = await idToIgnoreReasonMap;
return shouldSkipUpload(ignoredID, file);
}
// removeIgnoredMappings is used to remove the ignore mapping for the given
// set of files so that they can be uploaded.
Future<void> removeIgnoredMappings(List<EnteFile> files) async {

View File

@@ -65,10 +65,6 @@ class RemoteSyncService {
static const _ignoreBackUpSettingsForIDs_ = "ignoreBackUpSettingsForIDs";
final String _isFirstRemoteSyncDone = "isFirstRemoteSyncDone";
// 28 Sept, 2021 9:03:20 AM IST
static const kArchiveFeatureReleaseTime = 1632800000000000;
static const kHasSyncedEditTime = "has_synced_edit_time";
// 29 October, 2021 3:56:40 AM IST
static const kEditTimeFeatureReleaseTime = 1635460000000000;