summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2018-07-19 14:48:24 +0100
committerDavid Baker <dave@matrix.org>2018-07-19 14:48:24 +0100
commitaa2a4b4b421f92a77eb65ed4798d4a995e98052c (patch)
tree435baa115f8c7a6147f0a8d1ce46fe402fcb8fb9
parentChange column def so it works on pgsql & sqlite (diff)
downloadsynapse-aa2a4b4b421f92a77eb65ed4798d4a995e98052c.tar.xz
run_on_reactor is dead
-rw-r--r--synapse/rest/client/v2_alpha/account.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/rest/client/v2_alpha/account.py b/synapse/rest/client/v2_alpha/account.py
index f6ef4ccfec..5844ad4f79 100644
--- a/synapse/rest/client/v2_alpha/account.py
+++ b/synapse/rest/client/v2_alpha/account.py
@@ -318,8 +318,6 @@ class ThreepidRestServlet(RestServlet):
 
     @defer.inlineCallbacks
     def on_POST(self, request):
-        yield run_on_reactor()
-
         if self.hs.config.disable_3pid_changes:
             raise SynapseError(400, "3PID changes disabled on this server")