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

Optimise room creation event lookups part 2 #13224

Commits on Jul 12, 2022

  1. Add optional depth override argument to room member event creation

    Ths matches the equivalent argument in the create non member events.
    Fizzadar committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    cda6c45 View commit details
    Browse the repository at this point in the history
  2. Define depth when creating events in a new room

    This saves us a query per event sent into the room because we know the
    depth up front when the room is first created.
    Fizzadar committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    567af71 View commit details
    Browse the repository at this point in the history
  3. Linting

    Fizzadar committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7ab5f1a View commit details
    Browse the repository at this point in the history
  4. Update room create tests

    Fizzadar committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4c846e4 View commit details
    Browse the repository at this point in the history
  5. Add changelog file

    Fizzadar committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5f021b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98414ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cedbd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b2e781 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Fix handling of 3pid invites

    Fizzadar committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    72d95c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bedb82 View commit details
    Browse the repository at this point in the history