mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
Update FollowerController
This commit is contained in:
parent
fe964ebd38
commit
14261543ae
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue