mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Make enter sends the default.
(imported from commit aa256772b381466f02210881214c9882b78b044d)
This commit is contained in:
@@ -284,9 +284,8 @@ class UserProfile(AbstractBaseUser, PermissionsMixin):
|
|||||||
enable_offline_push_notifications = models.BooleanField(default=True)
|
enable_offline_push_notifications = models.BooleanField(default=True)
|
||||||
enable_digest_emails = models.BooleanField(default=True)
|
enable_digest_emails = models.BooleanField(default=True)
|
||||||
|
|
||||||
|
|
||||||
# UI vars
|
# UI vars
|
||||||
enter_sends = models.NullBooleanField(default=False)
|
enter_sends = models.NullBooleanField(default=True)
|
||||||
autoscroll_forever = models.BooleanField(default=False)
|
autoscroll_forever = models.BooleanField(default=False)
|
||||||
|
|
||||||
# Hours to wait before sending another email to a user
|
# Hours to wait before sending another email to a user
|
||||||
|
|||||||
Reference in New Issue
Block a user