diff options
author | Luke Barnard <lukeb@openmarket.com> | 2017-03-13 17:53:23 +0000 |
---|---|---|
committer | Luke Barnard <lukeb@openmarket.com> | 2017-03-13 17:53:23 +0000 |
commit | bbeeb97f753e158e9aadd53aff78b076d756917c (patch) | |
tree | 53004e3859d9e4078d7f86bcf92d3e705a700ea3 /synapse/storage/devices.py | |
parent | Flake (diff) | |
download | synapse-bbeeb97f753e158e9aadd53aff78b076d756917c.tar.xz |
Implement _simple_delete_many_txn, use it to delete devices
(But this doesn't implement the same for deleting access tokens or e2e keys. Also respond to code review.
Diffstat (limited to '')
-rw-r--r-- | synapse/storage/devices.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/synapse/storage/devices.py b/synapse/storage/devices.py |