Update FollowPipeline

This commit is contained in:
Daniel Supernault 2018-11-27 01:41:32 -07:00
parent c312981daf
commit 95799c5c70
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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