summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatrix <matrix@i.tchap.gouv.fr>2018-05-03 23:27:34 +0000
committerMatrix <matrix@i.tchap.gouv.fr>2018-05-03 23:27:34 +0000
commit06820250c9953645123a7da28a5d263e868e495f (patch)
tree391cc58bd72f177300db95e97c722fc8a1b2b279
parentMerge pull request #3180 from matrix-org/matthew/disable-3pid-changes (diff)
downloadsynapse-06820250c9953645123a7da28a5d263e868e495f.tar.xz
unbreak 3pid deletion
-rw-r--r--synapse/rest/client/v2_alpha/account.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/rest/client/v2_alpha/account.py b/synapse/rest/client/v2_alpha/account.py

index 3738ad437e..063d4f82f8 100644 --- a/synapse/rest/client/v2_alpha/account.py +++ b/synapse/rest/client/v2_alpha/account.py
@@ -363,6 +363,7 @@ class ThreepidDeleteRestServlet(RestServlet): def __init__(self, hs): super(ThreepidDeleteRestServlet, self).__init__() + self.hs = hs self.auth = hs.get_auth() self.auth_handler = hs.get_auth_handler()