buddy_list: Remove incorrect comment for human subscriber count.

This commit is contained in:
evykassirer
2025-03-03 17:41:07 -08:00
committed by Tim Abbott
parent d779498d32
commit 52fe67e698

View File

@@ -43,8 +43,6 @@ function get_total_human_subscriber_count(
current_sub: StreamSubscription | undefined,
pm_ids_set: Set<number>,
): number {
// Excludes human users, but may include long-inactive users who
// might not show up in the buddy list.
if (current_sub) {
return peer_data.get_subscriber_count(current_sub.stream_id, false);
} else if (pm_ids_set.size > 0) {