summary refs log tree commit diff
path: root/synapse/storage/transactions.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-09be python3 compatibleDavid Baker1-2/+3
2018-10-05Don't reuse backup versionsDavid Baker2-3/+9
Since we don't actually delete the keys, just mark the versions as deleted in the db rather than actually deleting them,