matrix-js-sdk
5a26503d - Remove `sessionStore` to `cryptoStore` migration path

Comment changes are shownComment changes are hidden
Commit
6 years ago
Remove `sessionStore` to `cryptoStore` migration path The code to migrate from the `sessionStore` to `cryptoStore` originally appeared in https://github.com/matrix-org/matrix-js-sdk/pull/584 (2017-12-06). At this point, it seems safe to assume most sessions that need migrating have already done so. Removing this code simplifies store handling and removes the `sessionStore` from most places in JS SDK.
Author
Committer
Parents
  • spec/unit/crypto
    • File
      DeviceList.spec.js
    • algorithms
      • File
        megolm.spec.js
      • File
        olm.spec.js
    • File
      backup.spec.js
  • src
    • File
      client.js
    • crypto
      • File
        DeviceList.js
      • File
        OlmDevice.js
      • File
        RoomList.js
      • File
        index.js