From 34bbbe81a605655c3d2a548a34a94a93b621ad48 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Tue, 30 Apr 2019 16:59:46 +0100 Subject: Fix method --- synapse/rest/client/v2_alpha/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/rest/client/v2_alpha/account.py b/synapse/rest/client/v2_alpha/account.py index cdf499af6d..f3707068bb 100644 --- a/synapse/rest/client/v2_alpha/account.py +++ b/synapse/rest/client/v2_alpha/account.py @@ -522,7 +522,7 @@ class ThreepidBulkLookupRestServlet(RestServlet): self.identity_handler = IdentityHandler(hs) @defer.inlineCallbacks - def on_GET(self, request): + def on_POST(self, request): """Proxy a /_matrix/identity/api/v1/bulk_lookup request to an identity server """ -- cgit 1.5.1