mirror of https://github.com/zulip/zulip.git
Dropbox domain is zulip.com
(imported from commit 73e9196783eaba7c62f5668e373bb1b5d372663e)
This commit is contained in:
parent
693857a1f8
commit
a5063cf046
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue