'sessionStore', 'preKeyStore', and 'signedPreKeyStore' are no longer directly accessible; you have to go through 'signalProtocolStore(for:)' instead. This commit mechanically changes all use sites to use `signalProtocolStore(for: .aci)`, with the understanding that they will need cleanup in the future. This is not enough to actually support multiple stores; they still store in the database under the same keys. That's coming in the next commit. |
||
|---|---|---|
| .. | ||
| SignedPreKeyDeletionTests.m | ||