diff options
author | David Baker <dave@matrix.org> | 2015-04-17 13:44:12 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-04-17 13:44:12 +0100 |
commit | 94e1e58b4de00ea92fa60d6fc7970dafa9ebce2a (patch) | |
tree | 4044a33ee4bcad6772d7f0f8cefb5d6a3634b393 /synapse/rest/client | |
parent | Need to yield the username check, otherwise very very weird things happen. (diff) | |
download | synapse-94e1e58b4de00ea92fa60d6fc7970dafa9ebce2a.tar.xz |
password -> account servlet and add start of an 'add 3pid' endpoint
Diffstat (limited to 'synapse/rest/client')
-rw-r--r-- | synapse/rest/client/v2_alpha/__init__.py | 4 | ||||
-rw-r--r-- | synapse/rest/client/v2_alpha/account.py (renamed from synapse/rest/client/v2_alpha/password.py) | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/synapse/rest/client/v2_alpha/__init__.py b/synapse/rest/client/v2_alpha/__init__.py |