mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Make enter sends the default.
(imported from commit aa256772b381466f02210881214c9882b78b044d)
This commit is contained in:
parent
f3d33c1aa0
commit
73fc65eb99
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user