More consistent config naming

This commit is contained in:
David Baker 2016-05-10 14:39:16 +02:00
parent 94040b0798
commit c00b484eff
2 changed files with 2 additions and 2 deletions

View file

@ -221,7 +221,7 @@ class RegisterRestServlet(RestServlet):
# notifs are set up on a home server)
if (
self.hs.config.email_enable_notifs and
self.hs.config.email_notifs_for_new_users
self.hs.config.email_notif_for_new_users
):
# Pull the ID of the access token back out of the db
# It would really make more sense for this to be passed