mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
We recently removed an API call for fetching user list for our Settings>Users/Deactivated panels, which introduced a bug where we rendered the users table before last active information is processed by the frontend. This commit makes us process presence before rendering our settings panels. We move the presence init above because we need to initialize settings_sections before hashchange. Fixes #15453.
17 KiB
17 KiB