Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Remove dependency on org.matrix.e2e_cross_signing unstable feature #10593

Merged
merged 2 commits into from
Apr 14, 2023

Commits on Apr 13, 2023

  1. Remove dependency on org.matrix.e2e_cross_signing unstable feature

    Currently, we have some code that relies on the server declaring support for an
    `unstable_feature` called `org.matrix.e2e_cross_signing`. There is nothing in
    the spec that requires this, so this would make us incompatible with some
    server implementations.
    
    The features in question were added in spec v1.1, so we can test for that
    instead.
    richvdh committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    eeeb054 View commit details
    Browse the repository at this point in the history
  2. fix unit test

    richvdh committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b4bd64c View commit details
    Browse the repository at this point in the history