diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-10-27 00:04:31 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-10-27 00:04:31 +0100 |
commit | 7a6546228b92723a891758d20c22c11beee0c9f9 (patch) | |
tree | cacd7fc7b0915ca1d202933b480553e85547701f /synapse/rest/client/v2_alpha | |
parent | spell out need for libxml2 for lxml to work (diff) | |
download | synapse-7a6546228b92723a891758d20c22c11beee0c9f9.tar.xz |
Device deletion: check UI auth matches access token
(otherwise there's no point in the UI auth)
Diffstat (limited to 'synapse/rest/client/v2_alpha')
-rw-r--r-- | synapse/rest/client/v2_alpha/devices.py | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/synapse/rest/client/v2_alpha/devices.py b/synapse/rest/client/v2_alpha/devices.py |