summary refs log tree commit diff
path: root/synapse/handlers/device.py
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-10-22 21:44:58 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-10-22 21:44:58 -0400
commit1fabf82d50f3db25ce0e4a93f349d90eb2d30a16 (patch)
tree389d4cc86d279a0237177df9dceb20879ce8b477 /synapse/handlers/device.py
parentadd missing param (diff)
downloadsynapse-1fabf82d50f3db25ce0e4a93f349d90eb2d30a16.tar.xz
update to work with newer code, and fix formatting
Diffstat (limited to 'synapse/handlers/device.py')
-rw-r--r--synapse/handlers/device.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/device.py b/synapse/handlers/device.py
index cd6eb52316..fd8d14b680 100644
--- a/synapse/handlers/device.py
+++ b/synapse/handlers/device.py
@@ -468,7 +468,7 @@ class DeviceHandler(DeviceWorkerHandler):
             "stream_id": stream_id,
             "devices": devices,
             "master_key": master_key,
-            "self_signing_key": self_signing_key
+            "self_signing_key": self_signing_key,
         }
 
     @defer.inlineCallbacks