|
@@ -61,8 +61,6 @@ class FollowPipeline implements ShouldQueue
|
|
|
$notification->item_type = "App\Profile";
|
|
|
$notification->save();
|
|
|
|
|
|
- Cache::forever('notification.'.$notification->id, $notification);
|
|
|
- Cache::forget('feature:discover:people:'.$actor->id);
|
|
|
$redis = Redis::connection();
|
|
|
|
|
|
$nkey = config('cache.prefix').':user.'.$target->id.'.notifications';
|