Update FollowPipeline

pull/601/head
Daniel Supernault 6 years ago
parent c312981daf
commit 95799c5c70
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -51,7 +51,7 @@ class FollowPipeline implements ShouldQueue
$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…
Cancel
Save