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

Move some event auth checks out to a different method #13065

Merged
merged 5 commits into from
Jun 15, 2022

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    85d032e View commit details
    Browse the repository at this point in the history
  2. Move some event auth checks out to a different method

    Some of the event auth checks apply to an event's auth_events, rather than the
    state at the event - which means they can play no part in state
    resolution. Move them out to a separate method.
    richvdh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    035c125 View commit details
    Browse the repository at this point in the history
  3. Rename check_auth_rules_for_event

    Now it only checks the state-dependent auth rules, it needs a better name.
    richvdh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    d731b22 View commit details
    Browse the repository at this point in the history
  4. changelog

    richvdh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    04b217b View commit details
    Browse the repository at this point in the history
  5. clean up typing import

    richvdh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    543938a View commit details
    Browse the repository at this point in the history