diff --git a/app/lib/classes/class.user.php b/app/lib/classes/class.user.php index 1b00563..242a596 100644 --- a/app/lib/classes/class.user.php +++ b/app/lib/classes/class.user.php @@ -391,13 +391,6 @@ class User Image::delete($user_image['image_id']); } - // Remove related notifications tied to this user (follows) - Notification::delete([ - 'table' => 'users', - 'user_id' => $user['id'], - ]); - - // Track stats Stat::track([ 'action' => 'delete', 'table' => 'users',