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

Fix inconsistencies in event validation for m.room.create events #13087

Merged
merged 4 commits into from
Jun 17, 2022

Commits on Jun 16, 2022

  1. Extend the auth rule checks for m.room.create events

    ... and move them up to the top of the function. Since the no auth_events are
    allowed for m.room.create events, we may as well get the m.room.create event
    checks out of the way first.
    richvdh committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    68d9fb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94bd9a0 View commit details
    Browse the repository at this point in the history
  3. changelog

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

Commits on Jun 17, 2022

  1. Update synapse/event_auth.py

    Co-authored-by: reivilibre <oliverw@matrix.org>
    richvdh and reivilibre authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    75e5d69 View commit details
    Browse the repository at this point in the history