Make enter sends the default.

(imported from commit aa256772b381466f02210881214c9882b78b044d)
This commit is contained in:
Jessica McKellar
2014-02-05 11:40:31 -05:00
parent f3d33c1aa0
commit 73fc65eb99

View File

@@ -284,9 +284,8 @@ class UserProfile(AbstractBaseUser, PermissionsMixin):
enable_offline_push_notifications = models.BooleanField(default=True)
enable_digest_emails = models.BooleanField(default=True)
# UI vars
enter_sends = models.NullBooleanField(default=False)
enter_sends = models.NullBooleanField(default=True)
autoscroll_forever = models.BooleanField(default=False)
# Hours to wait before sending another email to a user