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

Delete current state when server leaves a room #6792

Merged
merged 6 commits into from
Jan 29, 2020

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    100ef45 View commit details
    Browse the repository at this point in the history
  2. Simplify query

    erikjohnston committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    c7c9e65 View commit details
    Browse the repository at this point in the history
  3. Remove current state and extremities when server leaves a room.

    Otherwise its just stale data, which may get deleted later anyway so
    can't be relied on. It's also a bit of a shotgun if we're trying to get
    the current state of a room we're not in.
    erikjohnston committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    981a519 View commit details
    Browse the repository at this point in the history
  4. Newsfile

    erikjohnston committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    18db3c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Update synapse/storage/data_stores/main/events.py

    Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    erikjohnston and richvdh authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    42f3bd8 View commit details
    Browse the repository at this point in the history
  2. Docstring

    erikjohnston committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    a1f3cd2 View commit details
    Browse the repository at this point in the history