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

Stop requesting room keys from other users #2982

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    e86ce75 View commit details
    Browse the repository at this point in the history
  2. Fix the forwarded room key test to use the same user ids.

    We have some tests that check if receiving a forwarded room key works.
    These claim to use the same user id, but in fact they change the user id
    in the last moment before the event is passed into the client.
    
    Let's change this so we're always operating with the same user id.
    poljar committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    94b053a View commit details
    Browse the repository at this point in the history
  3. Stop requesting room keys from other users

    We never accept such room keys, so there isn't a point in requesting
    them.
    poljar committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    6dd15e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce8ffe9 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Apply suggestions from code review

    Co-authored-by: Richard van der Hoff <[email protected]>
    poljar and richvdh authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    9fd66a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb4d9b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7759a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    dd4973f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Merge remote-tracking branch 'upstream/develop' into poljar/dont-requ…

    …est-room-keys-from-other-users
    poljar committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    1f24301 View commit details
    Browse the repository at this point in the history