summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-30fix delete_existing for _persist_events (#6300)Richard van der Hoff3-5/+3
this is part of _retry_on_integrity_error, so should only be on _persist_events_and_state_updates
2019-10-30Review commentsErik Johnston6-19/+37
2019-10-30<