Skip to content

Commit

Permalink
Ignore bot users and anonymous
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed May 31, 2024
1 parent bbdbd22 commit e38239f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/update_user_notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public function update_notifications($start)

$sql = 'SELECT user_id
FROM ' . $this->table_prefix . 'users
WHERE user_type <> ' . USER_IGNORE . '
ORDER BY user_id ASC';
$result = $this->db->sql_query_limit($sql, $limit, $start);

Expand Down

0 comments on commit e38239f

Please sign in to comment.