matrix-js-sdk
98d955ef - refactor megolm encryption to improve perceived speed

Comment changes are shownComment changes are hidden
Commit
5 years ago
refactor megolm encryption to improve perceived speed - allow applications to pre-send decryption keys before the message is sent - establish new olm sessions with a shorter timeout first, and then re-try in the background with a longer timeout without blocking message sending
Author
Committer
Parents
  • spec/unit/crypto/algorithms
    • File
      megolm.spec.js
  • src
    • File
      base-apis.js
    • File
      client.js
    • crypto
      • algorithms
        • File
          base.js
        • File
          megolm.js
      • File
        olmlib.js