diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-07-12 11:39:43 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-07-12 11:39:43 +0100 |
commit | 12ec58301f946ced9702afbf6dfbfbc8c3dfd3dd (patch) | |
tree | 5bb0d88198167867cb0fd295578d0ca42d0dae72 /synapse/storage/devices.py | |
parent | WIP to announce deleted devices over federation (diff) | |
download | synapse-12ec58301f946ced9702afbf6dfbfbc8c3dfd3dd.tar.xz |
shift to using an explicit deleted flag on m.device_list_update EDUs
and generally make it work.
Diffstat (limited to 'synapse/storage/devices.py')
-rw-r--r-- | synapse/storage/devices.py | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/synapse/storage/devices.py b/synapse/storage/devices.py |