diff --git a/app/lib/classes/class.user.php b/app/lib/classes/class.user.php index 7bf71d6..cf0b5bc 100644 --- a/app/lib/classes/class.user.php +++ b/app/lib/classes/class.user.php @@ -398,12 +398,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', @@ -615,4 +609,4 @@ class User { } -class UserException extends Exception {} \ No newline at end of file +class UserException extends Exception {}