diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-11 17:25:16 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-06-11 17:25:16 +0100 |
commit | 7e68691ce947cac0a470d8b8df3332958686ccc1 (patch) | |
tree | 75987c8c6556edf9d14dd5878c1c63a5fae2e5fb /synapse/push/mailer.py | |
parent | Merge branch 'release-v1.0.0' of github.com:matrix-org/synapse into develop (diff) | |
parent | 1.0.0 (diff) | |
download | synapse-7e68691ce947cac0a470d8b8df3332958686ccc1.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'synapse/push/mailer.py')
-rw-r--r-- | synapse/push/mailer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/mailer.py b/synapse/push/mailer.py index 4bc9eb7313..099f9545ab 100644 --- a/synapse/push/mailer.py +++ b/synapse/push/mailer.py @@ -117,7 +117,7 @@ class Mailer(object): link = ( self.hs.config.public_baseurl + - "_synapse/password_reset/email/submit_token" + "_matrix/client/unstable/password_reset/email/submit_token" "?token=%s&client_secret=%s&sid=%s" % (token, client_secret, sid) ) |