summary refs log tree commit diff
path: root/synapse/storage/keys.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, then we won't reuse versions. Fixes https://github.com/vector-im/riot-web/issu