Skip to content

Commit 3e39c0b

Browse files
committed
first step
1 parent 8a65ea1 commit 3e39c0b

File tree

73 files changed

+75
-16471
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+75
-16471
lines changed

MatrixSDK.xcodeproj/project.pbxproj

Lines changed: 0 additions & 324 deletions
Large diffs are not rendered by default.

MatrixSDK/Background/Crypto/MXLegacyBackgroundCrypto.swift

Lines changed: 0 additions & 205 deletions
This file was deleted.

MatrixSDK/Background/MXBackgroundSyncService.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -485,14 +485,6 @@ public enum MXBackgroundSyncServiceError: Error {
485485
}
486486
}
487487

488-
if syncResponseStoreManager.syncResponseStore.syncResponseIds.count == 0, let crypto = crypto as? MXLegacyBackgroundCrypto {
489-
// To avoid dead lock between processes, we write to the cryptoStore only from only one process.
490-
// If there is no cached sync responses, it means they have been consumed by MXSession. Now is the
491-
// right time to clean the cryptoStore.
492-
MXLog.debug("[MXBackgroundSyncService] updateBackgroundServiceStoresIfNeeded: Reset MXBackgroundCryptoStore")
493-
crypto.reset()
494-
}
495-
496488
syncPushRuleManagerWithAccountData()
497489
}
498490

MatrixSDK/Crypto/Algorithms/MXCryptoAlgorithms.h

Lines changed: 0 additions & 68 deletions
This file was deleted.

MatrixSDK/Crypto/Algorithms/MXCryptoAlgorithms.m

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)