Explorar el Código

Update FollowPipeline

Daniel Supernault hace 6 años
padre
commit
9d2b5c43ba
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      app/Jobs/FollowPipeline/FollowPipeline.php

+ 0 - 2
app/Jobs/FollowPipeline/FollowPipeline.php

@@ -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';