models: Sort UserBaseSettings.property_types dict by key.

This commit is contained in:
Sahil Batra 2021-11-16 13:42:18 +05:30 committed by Tim Abbott
parent 375b48f013
commit 9e979e9e66
1 changed files with 2 additions and 2 deletions

View File

@ -1520,10 +1520,10 @@ class UserBaseSettings(models.Model):
**notification_setting_types,
**dict(
# Add new general settings here.
send_stream_typing_notifications=bool,
escape_navigates_to_default_view=bool,
send_private_typing_notifications=bool,
send_read_receipts=bool,
escape_navigates_to_default_view=bool,
send_stream_typing_notifications=bool,
),
}