mirror of https://github.com/pixelfed/pixelfed.git
Update FollowerController
This commit is contained in:
parent
fe964ebd38
commit
14261543ae
|
@ -68,7 +68,9 @@ class FollowerController extends Controller
|
|||
$follower->delete();
|
||||
}
|
||||
|
||||
Cache::forget('profile:following:'.$target->id);
|
||||
Cache::forget('profile:followers:'.$target->id);
|
||||
Cache::forget('profile:following:'.$user->id);
|
||||
Cache::forget('profile:followers:'.$user->id);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue