mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 07:52:19 +00:00
The function name `get_realm_human_user_ids` was a lie--it includes active bots as well. The only user of this function is `activity.js`, which wasn't impacted by the misleading name, because we eventually filter out bots in the `info_for` function. It's possible that we actually want to include bots in the right sidebar, since they can be difficult to discover in other parts of the UI. Or, if we want to keep the right sidebar as all human users, we may eventually want to make the logic to exclude bots happen higher in the stack (but for real, this time).
18 KiB
18 KiB