wzq 5 éve
szülő
commit
1e834318af
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/Repositories/Post/PostRepository.php

+ 1 - 0
app/Repositories/Post/PostRepository.php

@@ -714,6 +714,7 @@ class PostRepository
             $comment->save();
 
             DB::commit();
+            Redis::SADD('delete_post_comment_ids', $comment->id);
             return Response::create();
 
         } catch (QueryException $exception) {