summary refs log tree commit diff
path: root/synapse/api (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-30Add DB bg update to cleanup extremities.Erik Johnston2-0/+205
Due to #5269 we may have extremities in our DB that we shouldn't have, so lets add a cleanup task such to remove those.
2019-05-30Correctly filter out extremities with soft failed prevs (#5274)Erik Johnston2-3/+80
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 ex