mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
home: Get enable_digest_emails from register_ret.
This commit is contained in:
@@ -233,7 +233,6 @@ def home_real(request):
|
|||||||
pm_content_in_desktop_notifications = user_profile.pm_content_in_desktop_notifications,
|
pm_content_in_desktop_notifications = user_profile.pm_content_in_desktop_notifications,
|
||||||
enable_offline_push_notifications = user_profile.enable_offline_push_notifications,
|
enable_offline_push_notifications = user_profile.enable_offline_push_notifications,
|
||||||
enable_online_push_notifications = user_profile.enable_online_push_notifications,
|
enable_online_push_notifications = user_profile.enable_online_push_notifications,
|
||||||
enable_digest_emails = user_profile.enable_digest_emails,
|
|
||||||
|
|
||||||
# Realm foreign key data from register_ret.
|
# Realm foreign key data from register_ret.
|
||||||
# TODO: Rename these to match register_ret values.
|
# TODO: Rename these to match register_ret values.
|
||||||
@@ -265,6 +264,7 @@ def home_real(request):
|
|||||||
'emoji_alt_code',
|
'emoji_alt_code',
|
||||||
'emojiset',
|
'emojiset',
|
||||||
'emojiset_choices',
|
'emojiset_choices',
|
||||||
|
'enable_digest_emails',
|
||||||
'hotspots',
|
'hotspots',
|
||||||
'last_event_id',
|
'last_event_id',
|
||||||
'left_side_userlist',
|
'left_side_userlist',
|
||||||
|
|||||||
Reference in New Issue
Block a user