From 2d77264cbb80595641fb7f1dc679f22b2816a8bb Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios Date: Tue, 1 Sep 2020 10:59:32 -0400 Subject: [PATCH] fixes #68 --- app/lib/classes/class.user.php | 7 ------- 1 file changed, 7 deletions(-) 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',