kopia lustrzana https://github.com/pixelfed/pixelfed
Update FollowPipeline
rodzic
73bacf5b8d
commit
9d2b5c43ba
|
@ -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';
|
||||
|
|
Ładowanie…
Reference in New Issue