Cleanup
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user