fixes #68
This commit is contained in:
parent
d6b84b9f73
commit
2d77264cbb
1 changed files with 0 additions and 7 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue