Dropbox domain is zulip.com

(imported from commit 73e9196783eaba7c62f5668e373bb1b5d372663e)
This commit is contained in:
Leo Franchi 2015-02-05 15:30:08 -08:00
parent 693857a1f8
commit a5063cf046
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def create_user_profile(realm, email, password, active, bot, full_name,
now = timezone.now()
email = UserManager.normalize_email(email)
enable_stream_desktop_notifications = (realm.domain != 'dropbox.com')
enable_stream_desktop_notifications = (realm.domain != 'zulip.com')
user_profile = UserProfile(email=email, is_staff=False, is_active=active,
full_name=full_name, short_name=short_name,