forked from mirror/pixelfed
Update FollowPipeline
This commit is contained in:
parent
c312981daf
commit
95799c5c70
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class FollowPipeline implements ShouldQueue
|
||||||
$notification->save();
|
$notification->save();
|
||||||
|
|
||||||
Cache::forever('notification.'.$notification->id, $notification);
|
Cache::forever('notification.'.$notification->id, $notification);
|
||||||
|
Cache::forget('feature:discover:people:'.$actor->id);
|
||||||
$redis = Redis::connection();
|
$redis = Redis::connection();
|
||||||
|
|
||||||
$nkey = config('cache.prefix').':user.'.$target->id.'.notifications';
|
$nkey = config('cache.prefix').':user.'.$target->id.'.notifications';
|
||||||
|
|
Loading…
Reference in a new issue