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

Correctly filter out extremities with soft failed prevs #5274

Merged
merged 5 commits into from
May 29, 2019

Commits on May 28, 2019

  1. Correctly fitler out extremities with soft failed prevs

    When we receive a soft failed event we, correctly, *do not* update the
    forward extremity table with the event. However, if we later receive an
    event that references the soft failed event we then need to remove the
    soft failed events prev events from the forward extremities table,
    otherwise we just build up forward extremities.
    
    Fixes #5269
    erikjohnston committed May 28, 2019
    Configuration menu
    Copy the full SHA
    c144389 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed May 28, 2019
    Configuration menu
    Copy the full SHA
    18e35f5 View commit details
    Browse the repository at this point in the history
  3. Update synapse/storage/events.py

    Co-Authored-By: Richard van der Hoff <[email protected]>
    erikjohnston and richvdh authored May 28, 2019
    Configuration menu
    Copy the full SHA
    06b5360 View commit details
    Browse the repository at this point in the history
  4. Fix up comments

    erikjohnston committed May 28, 2019
    Configuration menu
    Copy the full SHA
    990a0c8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Update comments

    erikjohnston committed May 29, 2019
    Configuration menu
    Copy the full SHA
    12fbcd1 View commit details
    Browse the repository at this point in the history