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

Raise an exception when getting state at an outlier #12191

Merged

Commits on Mar 31, 2022

  1. Update backwards-extremities testcase

    This test relied on being able to poke in events with missing prevs via the C-S
    API, which is no longer going to work. Instead, rewrite it to do them via the
    Federation API.
    richvdh committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    68b709a View commit details
    Browse the repository at this point in the history
  2. Make _get_state_group_for_events raise if state is unknown

    It seems like calling `_get_state_group_for_events` for an event where the
    state is unknown is an error. Accordingly, let's raise an exception rather than
    silently returning an empty result.
    richvdh committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    726140b View commit details
    Browse the repository at this point in the history
  3. newsfile

    richvdh committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c32e65f View commit details
    Browse the repository at this point in the history