mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
settings_data: Break circular dependency with people.
This commit is contained in:
committed by
Tim Abbott
parent
c7be17eb73
commit
231c536cad
@@ -499,6 +499,7 @@ export function initialize_everything() {
|
||||
popover_menus.initialize();
|
||||
|
||||
people.initialize(page_params.user_id, people_params);
|
||||
settings_data.initialize(people.get_by_user_id(page_params.user_id).date_joined);
|
||||
|
||||
// These components must be initialized early, because other
|
||||
// modules' initialization has not been audited for whether they
|
||||
|
||||
Reference in New Issue
Block a user