mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
minor: Remove obsolete is_active_human.
This commit is contained in:
@@ -171,7 +171,6 @@ function populate_users(realm_people_data) {
|
|||||||
let deactivated_users = [];
|
let deactivated_users = [];
|
||||||
let bots = [];
|
let bots = [];
|
||||||
for (const user of realm_people_data.members) {
|
for (const user of realm_people_data.members) {
|
||||||
user.is_active_human = user.is_active && !user.is_bot;
|
|
||||||
if (user.is_bot) {
|
if (user.is_bot) {
|
||||||
bots.push(user);
|
bots.push(user);
|
||||||
} else if (user.is_active) {
|
} else if (user.is_active) {
|
||||||
|
|||||||
Reference in New Issue
Block a user