Update AccountController

This commit is contained in:
Daniel Supernault 2018-11-02 20:41:39 -06:00
parent 7a0375e07a
commit 9154b3d630
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 3 additions and 0 deletions

View File

@ -224,6 +224,9 @@ class AccountController extends Controller
$class = get_class($profile);
$filterable['id'] = $profile->id;
$filterable['type'] = $class;
Follower::whereProfileId($profile->id)->whereFollowingId($user->id)->delete();
Notification::whereProfileId($user->id)->whereActorId($profile->id)->delete();
break;
default: