diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-07-21 15:55:13 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-07-21 15:57:28 +0100 |
commit | 55abbe1850efff95efe9935873b666e5fc4bf0e9 (patch) | |
tree | 5d577d5b181506be155252525db762bb922bf216 /synapse/handlers | |
parent | Merge pull request #943 from matrix-org/rav/get_device_api (diff) | |
download | synapse-55abbe1850efff95efe9935873b666e5fc4bf0e9.tar.xz |
make /devices return a list
Turns out I specced this to return a list of devices rather than a dict of them
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/device.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/synapse/handlers/device.py b/synapse/handlers/device.py |