mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
This is part of a refactoring aimed to eliminate /json/users calls, as we can have all the information needed on people.js. Now, human_info() will call is_person_active() because the person object it will receive won't have is_active field anymore, as we'll use the people api to get a set of filtered active/non active users. Author: Clara Moraes Dantas <clara.moraesd@gmail.com>