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

Allow events to be created with no prev_events (MSC2716) #11243

Merged
merged 14 commits into from
Dec 11, 2021

Commits on Nov 3, 2021

  1. Allow events to be created with no prev_events

    The event still needs to have auth_events defined to be valid.
    
    Split out from #11114
    MadLittleMods committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    39efad1 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    MadLittleMods committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    66f0859 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f45d09 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. More clarification and specificity in errors/comments

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    MadLittleMods and anoadragon453 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e093481 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    4bb5fd3 View commit details
    Browse the repository at this point in the history
  2. Fix lints

    MadLittleMods committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    f421a2d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Update test description to be accurate

    Previously just a copy paste
    
    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    MadLittleMods and anoadragon453 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d10625e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Remove redundant length check

    > if `len(auth_event_ids) == 0` then `auth_event_ids` will be falsey, so the extra check is redundant.
    >
    > -- #11243 (comment)
    MadLittleMods committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2370dca View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    e2928b5 View commit details
    Browse the repository at this point in the history
  2. Remove extra verbose check

    > if `len(auth_event_ids) == 0` then `auth_event_ids` will be falsey, so the extra check is redundant.
    >
    > https://github.com/matrix-org/synapse/pull/11243/files#discussion_r745985469
    MadLittleMods committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    85364c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Configuration menu
    Copy the full SHA
    0ed300e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ca0f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b9deff View commit details
    Browse the repository at this point in the history
  4. Fix lint

    MadLittleMods committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    8fada7e View commit details
    Browse the repository at this point in the history