mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
[schema] Save enter_sends on the server in the database.
(imported from commit 4d82f6aaf5918f155a930253c9cc334dbcc0d97a)
This commit is contained in:
@@ -55,6 +55,7 @@ class UserProfile(models.Model):
|
||||
realm = models.ForeignKey(Realm)
|
||||
api_key = models.CharField(max_length=32)
|
||||
enable_desktop_notifications = models.BooleanField(default=True)
|
||||
enter_sends = models.NullBooleanField(default=False)
|
||||
|
||||
def __repr__(self):
|
||||
return "<UserProfile: %s %s>" % (self.user.email, self.realm)
|
||||
|
||||
Reference in New Issue
Block a user