mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Opening settings and stream settings UI was not working for guests if they could not access all users. This was because is_person_active did not handle inaccessible users correctly, if they were not added in the users data, when being called in get_group_members to render group pills.