mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
home.py: move user_id to register_ret.
Move the user_profile data section down into fetch_initial_state_data so it entirely pulls from register_ret for #3853
This commit is contained in:
@@ -209,7 +209,6 @@ def home_real(request):
|
||||
fullname = user_profile.full_name,
|
||||
email = user_profile.email,
|
||||
enter_sends = user_profile.enter_sends,
|
||||
user_id = user_profile.id,
|
||||
|
||||
# Realm foreign key data from register_ret.
|
||||
# TODO: Rename these to match register_ret values.
|
||||
@@ -303,6 +302,7 @@ def home_real(request):
|
||||
'unsubscribed',
|
||||
'timezone',
|
||||
'twenty_four_hour_time',
|
||||
'user_id',
|
||||
'zulip_version',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user