mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update FollowPipeline
This commit is contained in:
parent
73bacf5b8d
commit
9d2b5c43ba
1 changed files with 0 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue