Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use non-deprecated method of re-processing MatrixRTCSession keys #2646

Merged
merged 7 commits into from
Oct 11, 2024

Commits on Sep 23, 2024

  1. Handle case of encryption key for an index to be undefined

    As per matrix-org/matrix-js-sdk#4423 the key can be undefined and so we should handle this rather than waiting for SubtleCrypto.importKey() to fail.
    hughns committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    062c6c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    16b6374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a61ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    984e431 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30586e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cf50d6 View commit details
    Browse the repository at this point in the history
  6. Lint

    hughns committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6fce6ec View commit details
    Browse the repository at this point in the history