diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-18 16:29:02 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-18 16:29:02 +0000 |
commit | 8299874aa28b659f0995dc337d1410cb8286ffc1 (patch) | |
tree | cbdd2a799c3ca3f09f28b8db71243ce7349a5015 /synapse/handlers/register.py | |
parent | Merge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5 (diff) | |
parent | Replace instance variations of homeserver with correct case/spacing (#6357) (diff) | |
download | synapse-8299874aa28b659f0995dc337d1410cb8286ffc1.tar.xz |
Replace instance variations of homeserver with correct case/spacing (#6357)
* commit '6e1b40dc2': sample config Add changelog A couple more instances Replace instance variations of homeserver with correct case/spacing
Diffstat (limited to 'synapse/handlers/register.py')
-rw-r--r-- | synapse/handlers/register.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/register.py b/synapse/handlers/register.py index 49b73798a4..f1b059986d 100644 --- a/synapse/handlers/register.py +++ b/synapse/handlers/register.py @@ -702,7 +702,7 @@ class RegistrationHandler(BaseHandler): # And we add an email pusher for them by default, but only # if email notifications are enabled (so people don't start # getting mail spam where they weren't before if email - # notifs are set up on a home server) + # notifs are set up on a homeserver) if ( self.hs.config.email_enable_notifs and self.hs.config.email_notif_for_new_users |